ExampleSigmaClippedStatsConfig#
- class lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsConfig(*args, **kw)#
Bases:
ConfigConfiguration for ExampleSigmaClippedStatsTask
Attributes Summary
Mask planes that, if set, indicate the associated pixel should not be included when the calculating statistics.
number of iterations of sigma clipping (
int, default2)number of sigmas at which to clip data (
float, default3.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, default2)
- numSigmaClip#
number of sigmas at which to clip data (
float, default3.0)