|
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) |
|
def | getExecutionOrder (cls) |
|
def | getLogName (self) |
|
Definition at line 33 of file wrappers.py.
◆ __init__()
def lsst.meas.base.wrappers.WrappedSingleFramePlugin.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
name, |
|
|
|
schema, |
|
|
|
metadata, |
|
|
|
logName = None |
|
) |
| |
◆ fail()
def lsst.meas.base.wrappers.WrappedSingleFramePlugin.fail |
( |
|
self, |
|
|
|
measRecord, |
|
|
|
error = None |
|
) |
| |
◆ getExecutionOrder()
def lsst.meas.base.pluginsBase.BasePlugin.getExecutionOrder |
( |
|
cls | ) |
|
|
inherited |
Get the relative execution order of this plugin.
Must be reimplemented as a class method by concrete derived classes.
Definition at line 121 of file pluginsBase.py.
◆ getLogName()
def lsst.meas.base.pluginsBase.BasePlugin.getLogName |
( |
|
self | ) |
|
|
inherited |
◆ getTransformClass()
def lsst.meas.base.pluginsBase.BasePlugin.getTransformClass |
( |
| ) |
|
|
staticinherited |
Get the measurement transformation appropriate to this plugin.
This returns a subclass of `transforms.MeasurementTransform`, which
may be instantiated with details of the algorithm configuration and
then called with information about calibration and WCS to convert from
raw measurement quantities to calibrated units. Calibrated data is
then provided in a separate output table.
Notes
-----
By default, we copy everything from the input to the output without
transformation.
Definition at line 169 of file pluginsBase.py.
◆ measure()
def lsst.meas.base.wrappers.WrappedSingleFramePlugin.measure |
( |
|
self, |
|
|
|
measRecord, |
|
|
|
exposure |
|
) |
| |
◆ measureN()
def lsst.meas.base.wrappers.WrappedSingleFramePlugin.measureN |
( |
|
self, |
|
|
|
measCat, |
|
|
|
exposure |
|
) |
| |
◆ APCORR_ORDER
float lsst.meas.base.pluginsBase.BasePlugin.APCORR_ORDER = 3.0 |
|
staticinherited |
◆ CENTROID_ORDER
float lsst.meas.base.pluginsBase.BasePlugin.CENTROID_ORDER = 0.0 |
|
staticinherited |
◆ config
lsst.meas.base.pluginsBase.BasePlugin.config |
|
inherited |
◆ ConfigClass
◆ cpp
lsst.meas.base.wrappers.WrappedSingleFramePlugin.cpp |
◆ DEFAULT_CATALOGCALCULATION
float lsst.meas.base.pluginsBase.BasePlugin.DEFAULT_CATALOGCALCULATION = 4.0 |
|
staticinherited |
◆ FLUX_ORDER
float lsst.meas.base.pluginsBase.BasePlugin.FLUX_ORDER = 2.0 |
|
staticinherited |
◆ logName
lsst.meas.base.pluginsBase.BasePlugin.logName |
|
inherited |
◆ name
lsst.meas.base.pluginsBase.BasePlugin.name |
|
inherited |
◆ registry
◆ SHAPE_ORDER
float lsst.meas.base.pluginsBase.BasePlugin.SHAPE_ORDER = 1.0 |
|
staticinherited |
The documentation for this class was generated from the following file: