lsst.pipe.tasks g2c21b0017a+4f59a27f16
Loading...
Searching...
No Matches
lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig:

Static Public Attributes

pexConfig donutThreshold
 
pexConfig doPhotoFallback
 
 donut
 
 photo
 
 spec
 

Detailed Description

Config class for the PeekExposureTask.

Definition at line 715 of file peekExposure.py.

Member Data Documentation

◆ donut

lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig.donut
static
Initial value:
= pexConfig.ConfigurableField(
target=PeekDonutTask,
doc="PeekDonut task",
)

Definition at line 728 of file peekExposure.py.

◆ donutThreshold

pexConfig lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig.donutThreshold
static
Initial value:
= pexConfig.Field(
dtype=float,
default=50.0,
doc="Size threshold in pixels for when to switch to donut mode.",
)

Definition at line 718 of file peekExposure.py.

◆ doPhotoFallback

pexConfig lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig.doPhotoFallback
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc="If True, fall back to photo mode if spec mode fails.",
)

Definition at line 723 of file peekExposure.py.

◆ photo

lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig.photo
static
Initial value:
= pexConfig.ConfigurableField(
target=PeekPhotoTask,
doc="PeekPhoto task",
)

Definition at line 732 of file peekExposure.py.

◆ spec

lsst.pipe.tasks.peekExposure.PeekExposureTaskConfig.spec
static
Initial value:
= pexConfig.ConfigurableField(
target=PeekSpecTask,
doc="PeekSpec task",
)

Definition at line 736 of file peekExposure.py.


The documentation for this class was generated from the following file: