AssembleChi2CoaddConfig#

class lsst.drp.tasks.assemble_chi2_coadd.AssembleChi2CoaddConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

connections

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

outputPixelatedVariance

Whether to output a pixelated variance map for the generated chi^2 coadd, or to have a flat variance map defined by combining the inverse variance maps of the coadds that were combined.

saveLogOutput

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

useUnionForMask

Whether to calculate the union of the mask plane in each band, or the intersection of the mask plane in each band.

Attributes Documentation

connections: pexConfig.ConfigField#

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

outputPixelatedVariance#

Whether to output a pixelated variance map for the generated chi^2 coadd, or to have a flat variance map defined by combining the inverse variance maps of the coadds that were combined. (bool, default False)

saveLogOutput#

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

useUnionForMask#

Whether to calculate the union of the mask plane in each band, or the intersection of the mask plane in each band. (bool, default True)