lsst.meas.base gc76e4e2a6e+82a0962725
|
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 75 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 107 of file baseMeasurement.py.
|
static |
Definition at line 96 of file baseMeasurement.py.
|
static |
Definition at line 104 of file baseMeasurement.py.
|
static |
Definition at line 90 of file baseMeasurement.py.
|
static |
Definition at line 89 of file baseMeasurement.py.
|
static |
Definition at line 102 of file baseMeasurement.py.
|
static |
Definition at line 98 of file baseMeasurement.py.
|
static |
Definition at line 100 of file baseMeasurement.py.
|
static |
Definition at line 94 of file baseMeasurement.py.
|
static |
Definition at line 92 of file baseMeasurement.py.