lsst.pipe.tasks g540474b770+1ce96500e5
Loading...
Searching...
No Matches
lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig:

Public Member Functions

None setDefaults (self)
 

Static Public Attributes

 peek
 
pexConfig binSize
 
pexConfig maxFootprintAspectRatio
 

Detailed Description

Config class for the PeekSpecTask.

Definition at line 607 of file peekExposure.py.

Member Function Documentation

◆ setDefaults()

None lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig.setDefaults ( self)

Definition at line 625 of file peekExposure.py.

Member Data Documentation

◆ binSize

pexConfig lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig.binSize
static
Initial value:
= pexConfig.Field(
dtype=int,
default=2,
doc="binning factor for exposure",
)

Definition at line 614 of file peekExposure.py.

◆ maxFootprintAspectRatio

pexConfig lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig.maxFootprintAspectRatio
static
Initial value:
= pexConfig.Field(
dtype=float,
default=10.0,
doc="Maximum detection footprint aspect ratio to consider as 0th order" " (non-dispersed) light.",
)

Definition at line 619 of file peekExposure.py.

◆ peek

lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig.peek
static
Initial value:
= pexConfig.ConfigurableField(
target=PeekTask,
doc="Peek configuration",
)

Definition at line 610 of file peekExposure.py.


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