lsst.meas.base g0129b61b94+aefa2b5da9
|
Public Member Functions | |
def | setupSchema (self, schema) |
Static Public Attributes | |
Field = lsst.pex.config.Field | |
centroid | |
shape | |
psfShape | |
apFlux | |
modelFlux | |
psfFlux | |
gaussianFlux | |
calibFlux | |
Assign named plugins to measurement slots. 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 `lsst.afw.table.SourceTable` without knowing which algorithm was used to produced the data. Notes ----- The default algorithm for each slot must be registered, even if the default is not used.
Definition at line 74 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.SourceSlotConfig.setupSchema | ( | self, | |
schema | |||
) |
Set up a slots in a schema following configuration directives. Parameters ---------- schema : `lsst.afw.table.Schema` The schema in which slots will be set up. Notes ----- This is defined in this configuration class to support use in unit tests without needing to construct an `lsst.pipe.base.Task` object.
Definition at line 106 of file baseMeasurement.py.
|
static |
Definition at line 95 of file baseMeasurement.py.
|
static |
Definition at line 103 of file baseMeasurement.py.
|
static |
Definition at line 89 of file baseMeasurement.py.
|
static |
Definition at line 88 of file baseMeasurement.py.
|
static |
Definition at line 101 of file baseMeasurement.py.
|
static |
Definition at line 97 of file baseMeasurement.py.
|
static |
Definition at line 99 of file baseMeasurement.py.
|
static |
Definition at line 93 of file baseMeasurement.py.
|
static |
Definition at line 91 of file baseMeasurement.py.