BpsConfig

class lsst.ctrl.bps.BpsConfig(other, search_order=None)

Bases: lsst.daf.butler.Config

Contains the configuration for a BPS submission.

Parameters:
other : str, dict, Config, BpsConfig

Path to a yaml file or a dict/Config/BpsConfig containing configuration to copy.

search_order : list of str, optional

Root section names in the order in which they should be searched.