|
lsst.meas.base
19.0.0-1-gdc0e4a7+1
|
Functions | |
| def | addApCorrName (name) |
| def | getApCorrNameSet () |
| def lsst.meas.base.apCorrRegistry.addApCorrName | ( | name | ) |
Register an instrumental flux field name prefix for aperture correction.
Parameters
----------
name : `str`
Field name prefix for an instrumental flux that should be aperture
corrected.
Notes
-----
The prefix ``name`` corresponds to the fields ``name_instFlux``,
``name_instFluxErr`` and ``name_flag``. For example, specifying
``base_PsfFlux`` will select the fields ``base_PsfFlux_instFlux``,
``base_PsfFlux_instFluxErr`` and ``base_PsfFlux_flag``.
Definition at line 31 of file apCorrRegistry.py.
| def lsst.meas.base.apCorrRegistry.getApCorrNameSet | ( | ) |
Get a copy of the field name prefixes which will be aperture corrected.
Returns
-------
apCorrNameSet : `set`
Field prefixes which will be aperture corrected.
Notes
-----
For example, the returned set may include ``base_PsfFlux`` and
``base_GaussianFlux``.
Definition at line 51 of file apCorrRegistry.py.
1.8.13