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
- 
class
(config=None, name=None, parentTask=None, log=None)CalibStatsTask Measure statistics on the background
...
- 
attribute
config Access configuration fields and retargetable subtasks.
See also
See the CalibStatsTask API reference for complete details.
Retargetable subtasks¶
No subtasks.