lsst.pipe.tasks geda066a9bb+d0de8bc8db
Loading...
Searching...
No Matches
lsst.pipe.tasks.peekExposure.PeekTaskConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.peekExposure.PeekTaskConfig:

Public Member Functions

None setDefaults (self)
 

Static Public Attributes

 installPsf
 
pexConfig doInstallPsf
 
 background
 
 detection = pexConfig.ConfigurableField(target=SourceDetectionTask, doc="Detect sources")
 
 measurement
 
pexConfig defaultBinSize
 

Detailed Description

Config class for the PeekTask.

Definition at line 259 of file peekExposure.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 285 of file peekExposure.py.

Member Data Documentation

◆ 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

Definition at line 275 of file peekExposure.py.

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