ExampleSigmaClippedStatsConfig#

class lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig(*args, **kw)#

Bases: Config

Configuration for ExampleSigmaClippedStatsTask

Attributes Summary

badMaskPlanes

Mask planes that, if set, indicate the associated pixel should not be included when the calculating statistics.

numIter

number of iterations of sigma clipping (int, default 2)

numSigmaClip

number of sigmas at which to clip data (float, default 3.0)

Attributes Documentation

badMaskPlanes#

Mask planes that, if set, indicate the associated pixel should not be included when the calculating statistics. (List, default ('EDGE',))

numIter#

number of iterations of sigma clipping (int, default 2)

numSigmaClip#

number of sigmas at which to clip data (float, default 3.0)