ObservationDimensionPackerConfig#
- class lsst.pipe.base.ObservationDimensionPackerConfig(*args, **kw)#
Bases:
ConfigConfig associated with a
ObservationDimensionPacker.Attributes Summary
Number of detectors, or, more precisely, one greater than the maximum detector ID, for this instrument.
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, defaultNone)
- 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, defaultNone)