Example task to compute sigma-clipped mean and standard deviation of an
image
This is a simple example task designed to be run as a subtask by
ExampleCmdLineTask. See also ExampleSimpleStatsTask as a variant that is
even simpler.
The main method is ExampleSigmaClippedStatsTask.run "run".
pipeTasks_ExampleSigmaClippedStatsTask_Config Configuration parameters
See ExampleSigmaClippedStatsConfig
pipeTasks_ExampleSigmaClippedStatsTask_Debug Debug variables
This task has no debug variables.
pipeTasks_ExampleSigmaClippedStatsTask_Example A complete example
of using ExampleSigmaClippedStatsTask
This code is in examples/exampleStatsTask.py (this one example runs both
ExampleSigmaClippedStatsTask and ExampleSimpleStatsTask), and can be run
as: examples/exampleStatsTask.py [fitsFile]
The init method may compute anything that that does not require data.
In this case we create a statistics control object using the config
(which cannot change once the task is created).
Definition at line 66 of file exampleStatsTasks.py.