lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.base.plugins.ForcedTransformedShapePlugin Class Reference
Inheritance diagram for lsst.meas.base.plugins.ForcedTransformedShapePlugin:

Public Member Functions

def getExecutionOrder
 
def __init__
 
def measure
 

Public Attributes

 shapeKey
 
 flagKey
 

Static Public Attributes

 ConfigClass = ForcedTransformedShapeConfig
 

Detailed Description

A shape pseudo-algorithm for forced measurement that simply transforms the shape
from the reference catalog to the measurement coordinate system.  This is used as
the slot shape by default in forced measurement, allowing subsequent measurements
to simply refer to the slot value just as they would in single-frame measurement.

Definition at line 469 of file plugins.py.

Constructor & Destructor Documentation

def lsst.meas.base.plugins.ForcedTransformedShapePlugin.__init__ (   self,
  config,
  name,
  schemaMapper,
  metadata 
)

Definition at line 482 of file plugins.py.

Member Function Documentation

def lsst.meas.base.plugins.ForcedTransformedShapePlugin.getExecutionOrder (   cls)

Definition at line 479 of file plugins.py.

def lsst.meas.base.plugins.ForcedTransformedShapePlugin.measure (   self,
  measRecord,
  exposure,
  refRecord,
  refWcs 
)

Definition at line 502 of file plugins.py.

Member Data Documentation

lsst.meas.base.plugins.ForcedTransformedShapePlugin.ConfigClass = ForcedTransformedShapeConfig
static

Definition at line 476 of file plugins.py.

lsst.meas.base.plugins.ForcedTransformedShapePlugin.flagKey

Definition at line 497 of file plugins.py.

lsst.meas.base.plugins.ForcedTransformedShapePlugin.shapeKey

Definition at line 492 of file plugins.py.


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