ApplyApCorrTask¶
ApplyApCorrTask
applies aperture corrections to a catalog of sources.
Python API summary¶
from lsst.meas.base.applyApCorr import ApplyApCorrTask
-
class
(schema, **kwds)ApplyApCorrTask
Apply aperture corrections
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the ApplyApCorrTask
API reference for complete details.
Configuration fields¶
doFlagApCorrFailures¶
set the general failure flag for a flux when it cannot be aperture-corrected?
ignoreList¶
flux measurement algorithms in getApCorrNameSet() to ignore; if a name is listed that does not appear in getApCorrNameSet() then a warning is logged
proxies¶
flux measurement algorithms to be aperture-corrected by reference to another algorithm; this is a mapping alg1:alg2, where ‘alg1’ is the algorithm being corrected, and ‘alg2’ is the algorithm supplying the corrections