|
lsst.pipe.tasks g11492f7fc6+3ca22dca16
|
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | run (self, exposure, dataRef) |
| def | computeImageScaler (self, exposure, dataRef) |
Static Public Attributes | |
| ConfigClass = SpatialScaleZeroPointConfig | |
Compute spatially varying scale factor to scale exposures to a desired photometric zero point
Definition at line 215 of file scaleZeroPoint.py.
| def lsst.pipe.tasks.scaleZeroPoint.SpatialScaleZeroPointTask.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Construct a ScaleZeroPointTask
Reimplemented from lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointTask.
Definition at line 221 of file scaleZeroPoint.py.
| def lsst.pipe.tasks.scaleZeroPoint.SpatialScaleZeroPointTask.computeImageScaler | ( | self, | |
| exposure, | |||
| dataRef | |||
| ) |
Compute image scaling object for a given exposure.
@param[in] exposure: exposure for which scaling is desired. Only wcs and bbox are used.
@param[in] dataRef: dataRef of exposure
dataRef.dataId used to retrieve all applicable fluxMag0's from a database.
@return a SpatialImageScaler
Reimplemented from lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointTask.
Definition at line 241 of file scaleZeroPoint.py.
| def lsst.pipe.tasks.scaleZeroPoint.SpatialScaleZeroPointTask.run | ( | self, | |
| exposure, | |||
| dataRef | |||
| ) |
Scale the specified exposure to the desired photometric zeropoint @param[in,out] exposure: exposure to scale; masked image is scaled in place @param[in] dataRef: dataRef for exposure @return a pipeBase.Struct containing: - imageScaler: the image scaling object used to scale exposure
Reimplemented from lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointTask.
Definition at line 225 of file scaleZeroPoint.py.
|
static |
Definition at line 218 of file scaleZeroPoint.py.