MakeBinnedCoaddConfig#

class lsst.analysis.tools.tasks.MakeBinnedCoaddConfig(*args, **kw)#

Bases: PipelineTaskConfig

Config for MakeBinnedCoaddTask

Attributes Summary

binFactor

Binning factor applied to both spatial dimensions.

coaddStorageClass

Override the storageClass of the input and binned coadd image data.

connections

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, default False)

saveLogOutput

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, default 8)

coaddStorageClass#

Override the storageClass of the input and binned coadd image data. Must be of type Image, MaskedImage, or Exposure, 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, default False)

saveLogOutput#

Flag to enable/disable saving of log output for a task, enabled by default. (bool, default True)