lsst.pipe.drivers
21.0.0-5-gd00fb1e+d29571930f
|
Public Member Functions | |
def | run (self, exposureOrImage) |
Measure a particular statistic on an image (of some sort). More... | |
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 49 of file constructCalibs.py.
def lsst.pipe.drivers.constructCalibs.CalibStatsTask.run | ( | self, | |
exposureOrImage | |||
) |
Measure a particular statistic on an image (of some sort).
@param exposureOrImage Exposure, MaskedImage or Image. @return Value of desired statistic
Definition at line 56 of file constructCalibs.py.
|
static |
Definition at line 54 of file constructCalibs.py.