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 - namecorresponds to the fields- name_instFlux,- name_instFluxErrand- name_flag. For example, specifying- base_PsfFluxwill select the fields- base_PsfFlux_instFlux,- base_PsfFlux_instFluxErrand- base_PsfFlux_flag.
- name :