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
- 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.