ApplyApCorrConfig#
- class lsst.meas.base.ApplyApCorrConfig(*args, **kw)#
Bases:
ConfigAperture correction configuration.
Attributes Summary
set the general failure flag for a flux when it cannot be aperture-corrected? (
bool, defaultTrue)flux measurement algorithms in getApCorrNameSet() to ignore; if a name is listed that does not appear in getApCorrNameSet() then a warning is logged (
List, default())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 (
Dict, default{})name of the x coordinate column in the catalog (
str, default'slot_Centroid_x')name of the y coordinate column in the catalog (
str, default'slot_Centroid_y')Attributes Documentation
- doFlagApCorrFailures#
set the general failure flag for a flux when it cannot be aperture-corrected? (
bool, defaultTrue)
- ignoreList#
flux measurement algorithms in getApCorrNameSet() to ignore; if a name is listed that does not appear in getApCorrNameSet() then a warning is logged (
List, default())
- 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 (
Dict, default{})
- xColumn#
name of the x coordinate column in the catalog (
str, default'slot_Centroid_x')
- yColumn#
name of the y coordinate column in the catalog (
str, default'slot_Centroid_y')