BinImageDataConfig#
- class lsst.ip.isr.BinImageDataConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig for BinImageDataTask
Attributes Summary
Binning factor applied to both spatial dimensions.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Override for the dimensions of the input and output data.
Override the storageClass of the input and output data.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- binFactor#
Binning factor applied to both spatial dimensions. (
int, default8)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- inputDimensions#
Override for the dimensions of the input and output data. (
List, default['detector', 'exposure', 'instrument'])
- inputStorageClass#
Override the storageClass of the input and output data. Must be of type
Image,MaskedImage, orExposure, or one of their subtypes. (str, default'ExposureF')
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)