lsst.sims.ocs.configuration.helpers module¶
-
lsst.sims.ocs.configuration.helpers.
load_config
(config_obj, ifiles)[source]¶ Apply override file to configuration object.
This function does the actual work of going through the override files and applying the correct one to the given configuration object.
Parameters: - config_obj (pex.config.ConfigField) – The configuration object to apply overrides.
- ifiles (list[str]) – The list of overriding configuration files.