load_grism_config¶
- grizli.grismconf.load_grism_config(conf_file, warnings=True, **kwargs)[source]¶
Load parameters from an aXe configuration file
- Parameters
- conf_filestr
Filename of the configuration file
- warningsbool
Print warnings to the terminal.
- Returns
- conf
aXeConf Configuration file object. Runs
conf.get_beams()to read the sensitivity curves.
- conf