CalibCombineTwoFlatsByFilterConfig#

class lsst.cp.pipe.CalibCombineTwoFlatsByFilterConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

calibrationType

Name of calibration to be generated.

combine

Statistic name to use for combination (from Property) (str, default 'MEAN')

connections

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

distributionPercentiles

Percentile levels to measure on the final combined calibration.

noGoodPixelsMask

Mask bit to set when there are no good input pixels.

saveLogOutput

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

subregionSize

Width, height of subregion size.

weightOne

Weight for first flat (second weight will be 1.0 - weightOne).

Attributes Documentation

calibrationType#

Name of calibration to be generated. (str, default 'flat')

combine#

Statistic name to use for combination (from Property) (str, default 'MEAN')

connections: pexConfig.ConfigField#

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

distributionPercentiles#

Percentile levels to measure on the final combined calibration. (List, default [0, 5, 16, 50, 84, 95, 100])

noGoodPixelsMask#

Mask bit to set when there are no good input pixels. See code comments for details. (str, default 'BAD')

saveLogOutput#

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

subregionSize#

Width, height of subregion size. (List, default (10000, 200))

weightOne#

Weight for first flat (second weight will be 1.0 - weightOne). (float, default 0.5)