Configuration for ExampleSigmaClippedStatsTask.
More...
◆ badMaskPlanes
lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.badMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc="Mask planes that, if set, indicate the associated pixel should "
"not be included when the calculating statistics.",
default=("EDGE",),
)
Definition at line 45 of file exampleStatsTasks.py.
◆ numIter
lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.numIter |
|
static |
Initial value:= pexConfig.Field(
doc="number of iterations of sigma clipping",
dtype=int,
default=2,
)
Definition at line 56 of file exampleStatsTasks.py.
◆ numSigmaClip
lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.numSigmaClip |
|
static |
Initial value:= pexConfig.Field(
doc="number of sigmas at which to clip data",
dtype=float,
default=3.0,
)
Definition at line 51 of file exampleStatsTasks.py.
The documentation for this class was generated from the following file: