lsst.meas.base g90805c0507+cad87aed87
|
Public Member Functions | |
getExecutionOrder (cls) | |
__init__ (self, config, name, schema, metadata) | |
measure (self, measRecord, exposure, center) | |
Public Attributes | |
photoKey | |
photoErrKey | |
Static Public Attributes | |
ConfigClass = EvaluateLocalPhotoCalibPluginConfig | |
Evaluate the local value of the Photometric Calibration in the exposure. The aim is to store the local calib value within the catalog for later use in the Science Data Model functors.
Definition at line 414 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Reimplemented from lsst.meas.base.wrappers.GenericPlugin.
Definition at line 426 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.getExecutionOrder | ( | cls | ) |
Get the relative execution order of this plugin. Must be reimplemented as a class method by concrete derived classes.
Reimplemented from lsst.meas.base.wrappers.GenericPlugin.
Definition at line 423 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
center | |||
) |
Measure a single source. It is the responsibility of this method to perform the desired measurement and record the result in the `measRecord`. Parameters ---------- measRecord : `lsst.afw.table.SourceRecord` Catalog record for the source being measured. exposure : `lsst.afw.image.Exposure` Exposure on which the source is being measured. center : `lsst.geom.Point2D` Pixel coordinates of the object. Raises ------ MeasurementError Raised if the measurement fails for a known/justifiable reason.
Reimplemented from lsst.meas.base.wrappers.GenericPlugin.
Definition at line 439 of file plugins.py.
|
static |
Definition at line 420 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoErrKey |
Definition at line 433 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoKey |
Definition at line 428 of file plugins.py.