AssembleChi2CoaddConfig#
- class lsst.drp.tasks.assemble_chi2_coadd.AssembleChi2CoaddConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
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.
Flag to enable/disable saving of log output for a task, enabled by default.
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, defaultFalse)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- useUnionForMask#
Whether to calculate the union of the mask plane in each band, or the intersection of the mask plane in each band. (
bool, defaultTrue)