CalibStatsTask¶
CalibStatsTask provides a uniform way to measure image background statistics.
Processing summary¶
CalibStatsTask runs these operations:
- Defines an - lsst.afw.math.StatisticsControlobject from the config.
- Identifies the correct level to operation on the image. 
- Measures the requested statistics. 
Python API summary¶
from lsst.cp.pipe.cpCombine import CalibStatsTask
- 
classCalibStatsTask(config=None, name=None, parentTask=None, log=None)
- Measure statistics on the background - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the CalibStatsTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
clip¶
Clipping threshold for background
mask¶
Mask planes to reject
nIter¶
Clipping iterations for background
stat¶
Statistic name to use to estimate background (from Property)