lsst.meas.base  13.0-26-g0f127ff+5
Public Member Functions | Public Attributes | List of all members
lsst.meas.base.wrappers.WrappedSingleFramePlugin Class Reference
Inheritance diagram for lsst.meas.base.wrappers.WrappedSingleFramePlugin:
lsst.meas.base.sfm.SingleFramePlugin lsst.meas.base.baseMeasurement.BaseMeasurementPlugin lsst.meas.base.pluginsBase.BasePlugin

Public Member Functions

def __init__ (self, config, name, schema, metadata, logName=None)
 
def measure (self, measRecord, exposure)
 
def measureN (self, measCat, exposure)
 
def fail (self, measRecord, error=None)
 
- Public Member Functions inherited from lsst.meas.base.sfm.SingleFramePlugin
def __init__ (self, config, name, schema, metadata, logName=None, kwds)
 Initialize the measurement object. More...
 
def measure (self, measRecord, exposure)
 Measure the properties of a source on a single image (single-epoch image or coadd). More...
 
def measureN (self, measCat, exposure)
 Measure the properties of a group of blended sources on a single image (single-epoch image or coadd). More...
 
- Public Member Functions inherited from lsst.meas.base.pluginsBase.BasePlugin
def getExecutionOrder (cls)
 
def __init__ (self, config, name, logName=None)
 Initialize the plugin object. More...
 
def getLogName (self)
 
def fail (self, measRecord, error=None)
 Record a failure of the measure or measureN() method. More...
 

Public Attributes

 cpp
 
- Public Attributes inherited from lsst.meas.base.pluginsBase.BasePlugin
 config
 
 name
 
 logName
 

Additional Inherited Members

- Static Public Member Functions inherited from lsst.meas.base.pluginsBase.BasePlugin
def getTransformClass ()
 Get the measurement transformation appropriate to this plugin. More...
 
- Static Public Attributes inherited from lsst.meas.base.sfm.SingleFramePlugin
 registry = PluginRegistry(SingleFramePluginConfig)
 
 ConfigClass = SingleFramePluginConfig
 
- Static Public Attributes inherited from lsst.meas.base.pluginsBase.BasePlugin
float CENTROID_ORDER = 0.0
 
float SHAPE_ORDER = 1.0
 
float FLUX_ORDER = 2.0
 
float APCORR_ORDER = 3.0
 
float DEFAULT_CATALOGCALCULATION = 4.0
 

Detailed Description

Definition at line 10 of file wrappers.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.base.wrappers.WrappedSingleFramePlugin.__init__ (   self,
  config,
  name,
  schema,
  metadata,
  logName = None 
)

Definition at line 12 of file wrappers.py.

Member Function Documentation

◆ fail()

def lsst.meas.base.wrappers.WrappedSingleFramePlugin.fail (   self,
  measRecord,
  error = None 
)

Definition at line 25 of file wrappers.py.

◆ measure()

def lsst.meas.base.wrappers.WrappedSingleFramePlugin.measure (   self,
  measRecord,
  exposure 
)

Definition at line 19 of file wrappers.py.

◆ measureN()

def lsst.meas.base.wrappers.WrappedSingleFramePlugin.measureN (   self,
  measCat,
  exposure 
)

Definition at line 22 of file wrappers.py.

Member Data Documentation

◆ cpp

lsst.meas.base.wrappers.WrappedSingleFramePlugin.cpp

Definition at line 15 of file wrappers.py.


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