lsst.meas.base
14.0
|
Public Member Functions | |
def | getExecutionOrder |
def | __init__ |
def | measure |
Public Attributes | |
shapeKey | |
flagKey | |
Static Public Attributes | |
ConfigClass = ForcedTransformedShapeConfig | |
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.
def lsst.meas.base.plugins.ForcedTransformedShapePlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schemaMapper, | |||
metadata | |||
) |
Definition at line 482 of file plugins.py.
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.
|
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.