Config class for the PeekTask.
Definition at line 259 of file peekExposure.py.
◆ setDefaults()
| None lsst.pipe.tasks.peekExposure.PeekTaskConfig.setDefaults |
( |
| self | ) |
|
◆ background
| lsst.pipe.tasks.peekExposure.PeekTaskConfig.background |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=SubtractBackgroundTask,
doc="Estimate background",
)
Definition at line 271 of file peekExposure.py.
◆ defaultBinSize
| pexConfig lsst.pipe.tasks.peekExposure.PeekTaskConfig.defaultBinSize |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
default=1,
doc="Default binning factor for exposure (often overridden).",
)
Definition at line 279 of file peekExposure.py.
◆ detection
| lsst.pipe.tasks.peekExposure.PeekTaskConfig.detection = pexConfig.ConfigurableField(target=SourceDetectionTask, doc="Detect sources") |
|
static |
◆ doInstallPsf
| pexConfig lsst.pipe.tasks.peekExposure.PeekTaskConfig.doInstallPsf |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
default=True,
doc="Install a PSF model?",
)
Definition at line 266 of file peekExposure.py.
◆ installPsf
| lsst.pipe.tasks.peekExposure.PeekTaskConfig.installPsf |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=InstallGaussianPsfTask,
doc="Install a PSF model",
)
Definition at line 262 of file peekExposure.py.
◆ measurement
| lsst.pipe.tasks.peekExposure.PeekTaskConfig.measurement |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=SingleFrameMeasurementTask, doc="Measure sources"
)
Definition at line 276 of file peekExposure.py.
The documentation for this class was generated from the following file: