lsst.meas.base
13.0-26-g0f127ff+5
|
Public Member Functions | |
def | getExecutionOrder (cls) |
def | __init__ (self, config, name, schemaMapper, metadata) |
def | measure (self, measRecord, exposure, refRecord, refWcs) |
![]() | |
def | __init__ (self, config, name, schemaMapper, metadata, logName=None) |
def | measure (self, measRecord, exposure, refRecord, refWcs) |
def | measureN (self, measCat, exposure, refCat, refWcs) |
![]() | |
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 | |
centroidKey | |
flagKey | |
![]() | |
config | |
name | |
logName | |
Static Public Attributes | |
ConfigClass = ForcedTransformedCentroidConfig | |
![]() | |
registry = PluginRegistry(ForcedPluginConfig) | |
ConfigClass = ForcedPluginConfig | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
def | getTransformClass () |
Get the measurement transformation appropriate to this plugin. More... | |
A centroid pseudo-algorithm for forced measurement that simply transforms the centroid from the reference catalog to the measurement coordinate system. This is used as the slot centroid 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 422 of file plugins.py.
def lsst.meas.base.plugins.ForcedTransformedCentroidPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schemaMapper, | |||
metadata | |||
) |
Definition at line 435 of file plugins.py.
def lsst.meas.base.plugins.ForcedTransformedCentroidPlugin.getExecutionOrder | ( | cls | ) |
Definition at line 432 of file plugins.py.
def lsst.meas.base.plugins.ForcedTransformedCentroidPlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
refRecord, | |||
refWcs | |||
) |
Definition at line 453 of file plugins.py.
lsst.meas.base.plugins.ForcedTransformedCentroidPlugin.centroidKey |
Definition at line 443 of file plugins.py.
|
static |
Definition at line 429 of file plugins.py.
lsst.meas.base.plugins.ForcedTransformedCentroidPlugin.flagKey |
Definition at line 448 of file plugins.py.