ExampleCmdLineTask¶
Python API summary¶
from lsst.pipe.tasks.exampleCmdLineTask import ExampleCmdLineTask
-
class
ExampleCmdLineTask
(*args, **kwargs) ! Example command-line task that computes simple statistics on an image
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
runDataRef
(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¶
Subtask to compute statistics of an image
Configuration fields¶
doFail¶
Raise an lsst.base.TaskError exception when processing each image? This allows one to see the effects of the –doraise command line flag