load

sofia_redux.instruments.forcast.configuration.load(config_file=None, quiet=False)[source]

Load the DRIP configuration file

We will also check the $DRIPCONF_CURRENT environment variable if no configuration file was supplied. If that fails we look for a drip configuration file in the current directory.

Parameters:
config_filestr

Path to the DRIP configuration file

quietbool, optional

Do not generate log messages

Returns:
None