CalibStatsTask#
- class lsst.cp.pipe.CalibStatsTask(config: Config | None = None, *, name: str | None = None, parentTask: Task | None = None, log: logging.Logger | lsst.utils.logging.LsstLogAdapter | None = None)#
Bases:
TaskMeasure statistics on the background
This can be useful for scaling the background, e.g., for flats and fringe frames.
Methods Summary
run(exposureOrImage)Measure a particular statistic on an image (of some sort).
Methods Documentation