lsst.meas.base gf28afc6cbd+7506b1a288
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schema, metadata) |
def | 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 413 of file plugins.py.
def lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Reimplemented from lsst.meas.base.wrappers.GenericPlugin.
Definition at line 425 of file plugins.py.
def 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 422 of file plugins.py.
def 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 438 of file plugins.py.
|
static |
Definition at line 419 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoErrKey |
Definition at line 432 of file plugins.py.
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoKey |
Definition at line 427 of file plugins.py.