Parameters controlling the measurement of background statistics
Definition at line 31 of file constructCalibs.py.
◆ clip
lsst.pipe.drivers.constructCalibs.CalibStatsConfig.clip |
|
static |
Initial value:= Field(doc="Clipping threshold for background",
dtype=float, default=3.0)
Definition at line 35 of file constructCalibs.py.
◆ mask
lsst.pipe.drivers.constructCalibs.CalibStatsConfig.mask |
|
static |
Initial value:= ListField(doc="Mask planes to reject",
dtype=str, default=["DETECTED", "BAD"])
Definition at line 39 of file constructCalibs.py.
◆ nIter
lsst.pipe.drivers.constructCalibs.CalibStatsConfig.nIter |
|
static |
Initial value:= Field(doc="Clipping iterations for background",
dtype=int, default=3)
Definition at line 37 of file constructCalibs.py.
◆ stat
lsst.pipe.drivers.constructCalibs.CalibStatsConfig.stat |
|
static |
Initial value:= Field(doc="Statistic to use to estimate background (from lsst.afw.math)", dtype=int,
default=int(afwMath.MEANCLIP))
Definition at line 33 of file constructCalibs.py.
The documentation for this class was generated from the following file: