|
lsst.meas.base
17.0.1-6-gaad6eea+30
|
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 73 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 105 of file baseMeasurement.py.
|
static |
Definition at line 94 of file baseMeasurement.py.
|
static |
Definition at line 102 of file baseMeasurement.py.
|
static |
Definition at line 88 of file baseMeasurement.py.
|
static |
Definition at line 87 of file baseMeasurement.py.
|
static |
Definition at line 100 of file baseMeasurement.py.
|
static |
Definition at line 96 of file baseMeasurement.py.
|
static |
Definition at line 98 of file baseMeasurement.py.
|
static |
Definition at line 92 of file baseMeasurement.py.
|
static |
Definition at line 90 of file baseMeasurement.py.
1.8.13