lsst.pipe.tasks  13.0-37-g58c8d4e+4
 All Classes Namespaces Files Functions Variables Groups Pages
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

tuple badMaskPlanes
 
tuple numSigmaClip
 
tuple numIter
 

Detailed Description

Configuration for ExampleSigmaClippedStatsTask.

Definition at line 45 of file exampleStatsTasks.py.

Member Data Documentation

tuple lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.badMaskPlanes
static
Initial value:
1 = pexConfig.ListField(
2  dtype=str,
3  doc="Mask planes that, if set, indicate the associated pixel should "
4  "not be included when the calculating statistics.",
5  default=("EDGE",),
6  )

Definition at line 48 of file exampleStatsTasks.py.

tuple lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.numIter
static
Initial value:
1 = pexConfig.Field(
2  doc="number of iterations of sigma clipping",
3  dtype=int,
4  default=2,
5  )

Definition at line 59 of file exampleStatsTasks.py.

tuple lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig.numSigmaClip
static
Initial value:
1 = pexConfig.Field(
2  doc="number of sigmas at which to clip data",
3  dtype=float,
4  default=3.0,
5  )

Definition at line 54 of file exampleStatsTasks.py.


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