data_base ❭ isf_data_base ❭ IO ❭ LoaderDumper ❭ load
load¶
-
data_base.isf_data_base.IO.LoaderDumper.load(savedir, load_data=
True, loader_kwargs={})¶ Standard interface to load data.
Loads the data’s respective
Loaderin the same directory as the data. Uses thisLoaderto load the data- Parameters:¶
savedir (str) – Path to the data
load_data (bool) – Whether to load the data (default), or just the
Loaderobject. Useful for debugging purposes.loader_kwargs (dict) – Additional keyword arguments for the loader. Note that the
Loader.jsonfile should in principle contain all necessary information.
- Returns:¶
The loaded object: either the data, or the
Loaderobject.- Return type:¶
object