lsst.pipe.tasks gb1d6de0934+940593f51e
Static Public Attributes | List of all members
lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig Class Reference

Configuration for ExampleSigmaClippedStatsTask. More...

Inheritance diagram for lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig:

Static Public Attributes

 badMaskPlanes
 
 numSigmaClip
 
 numIter
 

Detailed Description

Configuration for ExampleSigmaClippedStatsTask.

Definition at line 43 of file exampleStatsTasks.py.

Member Data Documentation

◆ 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 46 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 57 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 52 of file exampleStatsTasks.py.


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