lsst.meas.base  20.0.0+5
Static Public Attributes | List of all members
lsst.meas.base.applyApCorr.ApplyApCorrConfig Class Reference
Inheritance diagram for lsst.meas.base.applyApCorr.ApplyApCorrConfig:

Static Public Attributes

 ignoreList
 
 doFlagApCorrFailures
 
 proxies
 

Detailed Description

Aperture correction configuration.

Definition at line 162 of file applyApCorr.py.

Member Data Documentation

◆ 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 173 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 166 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 178 of file applyApCorr.py.


The documentation for this class was generated from the following file: