LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
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 42 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, the associated pixel should not be included in the coaddTempExp.",
4  default = ("EDGE",),
5  )

Definition at line 45 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 55 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 50 of file exampleStatsTasks.py.


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