Aperture correction configuration.
Definition at line 161 of file applyApCorr.py.
◆ doFlagApCorrFailures
lsst.meas.base.applyApCorr.ApplyApCorrConfig.doFlagApCorrFailures |
|
static |
Initial value:= lsst.pex.config.Field(
doc="set the general failure flag for a flux when it cannot be aperture-corrected?",
dtype=bool,
default=True,
)
Definition at line 172 of file applyApCorr.py.
◆ ignoreList
lsst.meas.base.applyApCorr.ApplyApCorrConfig.ignoreList |
|
static |
Initial value:= lsst.pex.config.ListField(
doc="flux measurement algorithms in getApCorrNameSet() to ignore; "
"if a name is listed that does not appear in getApCorrNameSet() then a warning is logged",
dtype=str,
optional=False,
default=(),
)
Definition at line 165 of file applyApCorr.py.
◆ proxies
lsst.meas.base.applyApCorr.ApplyApCorrConfig.proxies |
|
static |
Initial value:= lsst.pex.config.DictField(
doc="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",
keytype=str,
itemtype=str,
default={},
)
Definition at line 177 of file applyApCorr.py.
The documentation for this class was generated from the following file: