lsst.pipe.tasks g3ac170e00a+b101dbd4e6
Static Public Attributes | List of all members
lsst.pipe.tasks.exampleCmdLineTask.ExampleCmdLineConfig Class Reference

Configuration for ExampleCmdLineTask. More...

Inheritance diagram for lsst.pipe.tasks.exampleCmdLineTask.ExampleCmdLineConfig:

Static Public Attributes

 stats
 
 doFail
 

Detailed Description

Configuration for ExampleCmdLineTask.

Definition at line 40 of file exampleCmdLineTask.py.

Member Data Documentation

◆ 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: