lsst.cp.pipe
20.0.0-17-ga9337b4+41f27cfd54
|
Public Member Functions | |
def | run (self, exposureOrImage) |
Static Public Attributes | |
ConfigClass = CalibStatsConfig | |
Measure statistics on the background This can be useful for scaling the background, e.g., for flats and fringe frames.
Definition at line 62 of file cpCombine.py.
def lsst.cp.pipe.cpCombine.CalibStatsTask.run | ( | self, | |
exposureOrImage | |||
) |
Measure a particular statistic on an image (of some sort). Parameters ---------- exposureOrImage : `lsst.afw.image.Exposure`, `lsst.afw.image.MaskedImage`, or `lsst.afw.image.Image` Exposure or image to calculate statistics on. Returns ------- results : float Resulting statistic value.
Definition at line 69 of file cpCombine.py.
|
static |
Definition at line 67 of file cpCombine.py.