ExampleSigmaClippedStatsTask

Python API summary

from lsst.pipe.tasks.exampleStatsTasks import ExampleSigmaClippedStatsTask
classExampleSigmaClippedStatsTask(*args, **kwargs)

!Example task to compute sigma-clipped mean and standard deviation of an image...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(maskedImage)

!Compute and return statistics for a masked image...

See also

See the ExampleSigmaClippedStatsTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

badMaskPlanes

Default
('EDGE',)
Field type
str ListField
Mask planes that, if set, indicate the associated pixel should not be included when the calculating statistics.

numIter

Default
2
Field type
int Field
number of iterations of sigma clipping

numSigmaClip

Default
3.0
Field type
float Field
number of sigmas at which to clip data