CpFlatMeasureTask¶
CpFlatMeasureTask measures image statistics from the input flat field frames to supply the information needed for CpFlatNormalizationTask to determine approprate scale factors.
Processing summary¶
CpFlatMeasureTask runs these operations:
- Optionally masks the vignetted region.
- Measures detector level clipped mean, clipped sigma, and number of pixels.
- Measures the same statistics at the amplifier level.
Python API summary¶
from lsst.cp.pipe.cpFlatNormTask import CpFlatMeasureTask
- 
classCpFlatMeasureTask
- Apply extra masking and measure image statistics - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the CpFlatMeasureTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
connections¶
- Data type
- lsst.pipe.base.config.Connections
- Field type
- ConfigField
Configurations describing the connections of the PipelineTask to datatypes
maskNameList¶
Mask list to exclude from statistics calculations.
numSigmaClip¶
Rejection threshold (sigma) for statistics clipping.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.