lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
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

pexConfig stats
 
pexConfig doFail
 

Detailed Description

Configuration for ExampleCmdLineTask.

Definition at line 40 of file exampleCmdLineTask.py.

Member Data Documentation

◆ doFail

pexConfig 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

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