lsst.meas.base  16.0-17-g7e0e4ff+20
Functions
lsst.meas.base.apCorrRegistry Namespace Reference

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...
 

Function Documentation

◆ addApCorrName()

def lsst.meas.base.apCorrRegistry.addApCorrName (   name)

Add to the set of field name prefixes for instrument flux that should be aperture corrected.

Parameters
[in]namefield 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.

◆ getApCorrNameSet()

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.