lsst.meas.base gdd7ff8183c+1c36868fb5
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin Class Reference
Inheritance diagram for lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin:
lsst.meas.base.wrappers.GenericPlugin lsst.meas.base.pluginsBase.BasePlugin

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ getExecutionOrder()

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.

◆ measure()

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.

Member Data Documentation

◆ ConfigClass

lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.ConfigClass = EvaluateLocalPhotoCalibPluginConfig
static

Definition at line 419 of file plugins.py.

◆ photoErrKey

lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoErrKey

Definition at line 432 of file plugins.py.

◆ photoKey

lsst.meas.base.plugins.EvaluateLocalPhotoCalibPlugin.photoKey

Definition at line 427 of file plugins.py.


The documentation for this class was generated from the following file: