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