Configuration for ExampleCmdLineTask.
More...
Configuration for ExampleCmdLineTask.
Definition at line 40 of file exampleCmdLineTask.py.
tuple lsst.pipe.tasks.exampleCmdLineTask.ExampleCmdLineConfig.doFail |
|
static |
Initial value:
2 doc=
"Raise an lsst.base.TaskError exception when processing each image? "
3 +
"This allows one to see the effects of the --doraise command line flag",
Definition at line 47 of file exampleCmdLineTask.py.
tuple lsst.pipe.tasks.exampleCmdLineTask.ExampleCmdLineConfig.stats |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 doc=
"Subtask to compute statistics of an image",
3 target=ExampleSigmaClippedStatsTask,
Definition at line 43 of file exampleCmdLineTask.py.
The documentation for this class was generated from the following file: