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: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = 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.