MakeBinnedCoaddConfig#
- class lsst.analysis.tools.tasks.MakeBinnedCoaddConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig for MakeBinnedCoaddTask
Attributes Summary
Binning factor applied to both spatial dimensions.
Override the storageClass of the input and binned coadd image data.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
('Retrieve and bin the coadd image data within the patch Inner Bounding Box, ', 'thereby excluding the regions that overlap neighboring patches.') (
bool, defaultFalse)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)
- coaddStorageClass#
Override the storageClass of the input and binned coadd image data. Must be of type
Image,MaskedImage, orExposure, or one of their subtypes. (str, default'ExposureF')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doBinInnerBBox#
(‘Retrieve and bin the coadd image data within the patch Inner Bounding Box, ‘, ‘thereby excluding the regions that overlap neighboring patches.’) (
bool, defaultFalse)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)