ApplyApCorrTask
ApplyApCorrTask
applies aperture corrections to a catalog of sources.
Python API summary
from lsst.meas.base.applyApCorr import ApplyApCorrTask
-
class
ApplyApCorrTask
(schema, **kwds)
Apply aperture corrections...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
run
(catalog, apCorrMap)
Apply aperture corrections to a catalog of sources...
Configuration fields
doFlagApCorrFailures
- Default
True
- Field type
bool
Field
set the general failure flag for a flux when it cannot be aperture-corrected?
ignoreList
- Default
()
- Field type
str
ListField
flux measurement algorithms in getApCorrNameSet() to ignore; if a name is listed that does not appear in getApCorrNameSet() then a warning is logged
proxies
- Default
{}
- Field type
DictField
- Key type
str
- Value type
str
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