lyman.frontend.info¶
-
lyman.frontend.
info
(experiment=None, model=None, lyman_dir=None)[source]¶ Load information from various files to control analyses.
The default behavior (when called with no arguments) is to load project level information. Additional information can be loaded by specifying an experiment or an experiment and a model.
- Parameters
- experimentstring
Name of the experiment to load information for. Will include information from the file <lyman_dir>/<experiment>.py.
- modelstring
Name of the model to load information for. Requires having also specified an experiment. Will include information from the file <lyman_dir>/<experiment>-<model>.py.
- lyman_dirstring
Path to the directory where files with information are stored; otherwise read from the $LYMAN_DIR environment variable.
- Returns
- infoLymanInfo
This object has traits with various analysis-related parameters.