ObservationDimensionPackerConfig#

class lsst.pipe.base.ObservationDimensionPackerConfig(*args, **kw)#

Bases: Config

Config associated with a ObservationDimensionPacker.

Attributes Summary

n_detectors

Number of detectors, or, more precisely, one greater than the maximum detector ID, for this instrument.

n_observations

Number of observations (visits or exposures, as per 'is_exposure`) expected, or, more precisely, one greater than the maximum visit/exposure ID.

Attributes Documentation

n_detectors: Any#

Number of detectors, or, more precisely, one greater than the maximum detector ID, for this instrument. Default (None) obtains this value from the instrument dimension record. This should rarely need to be overridden outside of tests. (int, default None)

n_observations: Any#

Number of observations (visits or exposures, as per ‘is_exposure`) expected, or, more precisely, one greater than the maximum visit/exposure ID. Default (None) obtains this value from the instrument dimension record. This should rarely need to be overridden outside of tests. (int, default None)