addApCorrName¶
-
lsst.meas.base.
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 fieldsname_instFlux
,name_instFluxErr
andname_flag
. For example, specifyingbase_PsfFlux
will select the fieldsbase_PsfFlux_instFlux
,base_PsfFlux_instFluxErr
andbase_PsfFlux_flag
.- name :