lsst.meas.base
14.0
|
Slot configuration which assigns a particular named plugin to each of a set of slots. More...
Public Member Functions | |
def | setupSchema |
Static Public Attributes | |
tuple | centroid |
tuple | shape |
tuple | apFlux |
tuple | modelFlux |
tuple | psfFlux |
tuple | instFlux |
tuple | 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 93 of file baseMeasurement.py.
|
static |
Definition at line 82 of file baseMeasurement.py.
|
static |
Definition at line 90 of file baseMeasurement.py.
|
static |
Definition at line 78 of file baseMeasurement.py.
|
static |
Definition at line 88 of file baseMeasurement.py.
|
static |
Definition at line 84 of file baseMeasurement.py.
|
static |
Definition at line 86 of file baseMeasurement.py.
|
static |
Definition at line 80 of file baseMeasurement.py.