lsst.pipe.tasks g28ea90ddb1+c7c0318745
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConfig:
lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConnections

Static Public Attributes

 stack_bright_stars
 
 detectors_focal_plane_regions
 

Detailed Description

Configuration parameters for MeasureExtendedPsfTask.

Definition at line 415 of file extended_psf.py.

Member Data Documentation

◆ detectors_focal_plane_regions

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConfig.detectors_focal_plane_regions
static
Initial value:
= DictField(
keytype=int,
itemtype=str,
doc=(
"Mapping from detector IDs to focal plane region names. If empty, a constant extended PSF model "
"is built from all selected bright stars."
),
default={},
)

Definition at line 422 of file extended_psf.py.

◆ stack_bright_stars

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConfig.stack_bright_stars
static
Initial value:
= ConfigurableField(
target=StackBrightStarsTask,
doc="Stack selected bright stars",
)

Definition at line 418 of file extended_psf.py.


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