|
lsst.meas.base g76965917b2+a5ca99c4d9
|
Public Member Functions | |
| 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 76 of file baseMeasurement.py.
| 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 108 of file baseMeasurement.py.
|
static |
Definition at line 97 of file baseMeasurement.py.
|
static |
Definition at line 105 of file baseMeasurement.py.
|
static |
Definition at line 91 of file baseMeasurement.py.
|
static |
Definition at line 90 of file baseMeasurement.py.
|
static |
Definition at line 103 of file baseMeasurement.py.
|
static |
Definition at line 99 of file baseMeasurement.py.
|
static |
Definition at line 101 of file baseMeasurement.py.
|
static |
Definition at line 95 of file baseMeasurement.py.
|
static |
Definition at line 93 of file baseMeasurement.py.