lsst.meas.base
14.0
|
Public Member Functions | |
def | getExecutionOrder |
def | __init__ |
def | measure |
Static Public Member Functions | |
def | getTransformClass |
Public Attributes | |
keyX | |
keyY | |
Static Public Attributes | |
ConfigClass = ForcedPeakCentroidConfig | |
The forced peak centroid is like the SFM peak centroid plugin, except that it must transform the peak coordinate from the original (reference) coordinate system to the coordinate system of the exposure being measured.
Definition at line 384 of file plugins.py.
def lsst.meas.base.plugins.ForcedPeakCentroidPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schemaMapper, | |||
metadata | |||
) |
Definition at line 397 of file plugins.py.
def lsst.meas.base.plugins.ForcedPeakCentroidPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 394 of file plugins.py.
|
static |
Definition at line 413 of file plugins.py.
def lsst.meas.base.plugins.ForcedPeakCentroidPlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
refRecord, | |||
refWcs | |||
) |
Definition at line 403 of file plugins.py.
|
static |
Definition at line 391 of file plugins.py.
lsst.meas.base.plugins.ForcedPeakCentroidPlugin.keyX |
Definition at line 400 of file plugins.py.
lsst.meas.base.plugins.ForcedPeakCentroidPlugin.keyY |
Definition at line 401 of file plugins.py.