lsst.meas.base
14.0-16-g7a4f44b
|
Slot configuration which assigns a particular named plugin to each of a set of slots. More...
Public Member Functions | |
def | setupSchema (self, schema) |
Static Public Attributes | |
centroid | |
shape | |
psfShape | |
apFlux | |
modelFlux | |
psfFlux | |
instFlux | |
calibFlux | |
Slot configuration which assigns a particular named plugin to each of a set of slots.
Each slot allows a type of measurement to be fetched from the SourceTable without knowing which algorithm was used to produced the data.
NOTE: the default algorithm for each slot must be registered, even if the default is not used.
Definition at line 69 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.SourceSlotConfig.setupSchema | ( | self, | |
schema | |||
) |
Convenience method to setup a Schema's slots according to the config definition. This is defined in the Config class to support use in unit tests without needing to construct a Task object.
Definition at line 95 of file baseMeasurement.py.
|
static |
Definition at line 84 of file baseMeasurement.py.
|
static |
Definition at line 92 of file baseMeasurement.py.
|
static |
Definition at line 78 of file baseMeasurement.py.
|
static |
Definition at line 90 of file baseMeasurement.py.
|
static |
Definition at line 86 of file baseMeasurement.py.
|
static |
Definition at line 88 of file baseMeasurement.py.
|
static |
Definition at line 82 of file baseMeasurement.py.
|
static |
Definition at line 80 of file baseMeasurement.py.