Config class for the PeekSpecTask.
Definition at line 607 of file peekExposure.py.
◆ setDefaults()
| None lsst.pipe.tasks.peekExposure.PeekSpecTaskConfig.setDefaults |
( |
| self | ) |
|
◆ 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: