Config for ComputeExposureSummaryTask
Definition at line 38 of file computeExposureSummaryStats.py.
◆ badMaskPlanes
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.badMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc="Mask planes that, if set, the associated pixel should not be included sky noise calculation.",
default=("NO_DATA", "SUSPECT"),
)
Definition at line 50 of file computeExposureSummaryStats.py.
◆ clipIter
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.clipIter |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Number of iterations of outlier rejection for sky noise.",
default=2,
)
Definition at line 45 of file computeExposureSummaryStats.py.
◆ sigmaClip
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.sigmaClip |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="Sigma for outlier rejection for sky noise.",
default=3.0,
)
Definition at line 40 of file computeExposureSummaryStats.py.
The documentation for this class was generated from the following file: