lsst.meas.base
16.0-13-gd9b1b71+18
|
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 | |
Field = lsst.pex.config.Field | |
centroid | |
shape | |
psfShape | |
apFlux | |
modelFlux | |
psfFlux | |
gaussianFlux | |
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 96 of file baseMeasurement.py.
|
static |
Definition at line 85 of file baseMeasurement.py.
|
static |
Definition at line 93 of file baseMeasurement.py.
|
static |
Definition at line 79 of file baseMeasurement.py.
|
static |
Definition at line 78 of file baseMeasurement.py.
|
static |
Definition at line 91 of file baseMeasurement.py.
|
static |
Definition at line 87 of file baseMeasurement.py.
|
static |
Definition at line 89 of file baseMeasurement.py.
|
static |
Definition at line 83 of file baseMeasurement.py.
|
static |
Definition at line 81 of file baseMeasurement.py.