ButlerConfig¶
-
class
lsst.daf.butler.ButlerConfig(other=None)¶ Bases:
lsst.daf.butler.ConfigContains the configuration for a
ButlerThe configuration is read and merged with default configurations for the particular classes. The defaults are read according to the rules outlined in
ConfigSubset. Each component of the configuration associated with a configuration class reads its own defaults.Parameters: - other :
str,Config, optional Path to butler configuration YAML file or a directory containing a “butler.yaml” file. If
Nonethe butler will be configured based entirely on defaults read from the environment. No defaults will be read if aButlerConfigis supplied directly.
- other :