ButlerConfig¶
-
class
lsst.daf.butler.
ButlerConfig
(other=None)¶ Bases:
lsst.daf.butler.Config
Contains the configuration for a
Butler
The 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
None
the butler will be configured based entirely on defaults read from the environment. No defaults will be read if aButlerConfig
is supplied directly.
- other :