ApplyApCorrConfig#

class lsst.meas.base.ApplyApCorrConfig(*args, **kw)#

Bases: Config

Aperture correction configuration.

Attributes Summary

doFlagApCorrFailures

set the general failure flag for a flux when it cannot be aperture-corrected? (bool, default True)

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')

Attributes Documentation

doFlagApCorrFailures#

set the general failure flag for a flux when it cannot be aperture-corrected? (bool, default True)

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')