lsst.meas.base
16.0-17-g7e0e4ff+18
|
Functions | |
def | addApCorrName (name) |
Add to the set of field name prefixes for instrument flux that should be aperture corrected. More... | |
def | getApCorrNameSet () |
Return a copy of the set of field name prefixes for instrument flux that should be aperture corrected. More... | |
def lsst.meas.base.apCorrRegistry.addApCorrName | ( | name | ) |
Add to the set of field name prefixes for instrument flux that should be aperture corrected.
[in] | name | field name prefix for a instrument flux that should be aperture corrected. The corresponding field names are {name}_instFlux, {name}_instFluxErr and {name}_flag. For example name "base_PsfFlux" corresponds to fields base_PsfFlux_instFlux, base_PsfFlux_instFluxErr and base_PsfFlux_flag. |
Definition at line 32 of file apCorrRegistry.py.
def lsst.meas.base.apCorrRegistry.getApCorrNameSet | ( | ) |
Return a copy of the set of field name prefixes for instrument flux that should be aperture corrected.
For example the returned set will likely include "base_PsfFlux" and "base_GaussianFlux".
Definition at line 44 of file apCorrRegistry.py.