ExampleCmdLineTask

Python API summary

from lsst.pipe.tasks.exampleCmdLineTask import ExampleCmdLineTask
classExampleCmdLineTask(*args, **kwargs)

!Example command-line task that computes simple statistics on an image...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrunDataRef(dataRef)

!Compute a few statistics on the image plane of an exposure...

See also

See the ExampleCmdLineTask API reference for complete details.

Retargetable subtasks

stats

Default
lsst.pipe.tasks.exampleStatsTasks.ExampleSigmaClippedStatsTask
Field type
ConfigurableField
Subtask to compute statistics of an image

Configuration fields

doFail

Default
False
Field type
bool Field
Raise an lsst.base.TaskError exception when processing each image? This allows one to see the effects of the –doraise command line flag