lsst.pipe.tasks g253578fa50+0eeb8841d4
Loading...
Searching...
No Matches
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
 
 input_brightStarStamps
 
 extended_psf
 

Detailed Description

Configuration parameters for MeasureExtendedPsfTask.

Definition at line 490 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:
= ConfigDictField(
keytype=str,
itemtype=DetectorsInRegion,
doc=(
"Mapping from focal plane region names to detector IDs. "
"If empty, a constant extended PSF model is built from all selected bright stars. "
"It's possible for a single detector to be included in multiple regions if so desired."
),
default={},
)

Definition at line 497 of file extended_psf.py.

◆ extended_psf

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConnections.extended_psf
staticinherited
Initial value:
= Output(
doc="Extended PSF model built by stacking bright stars.",
name="extended_psf",
storageClass="ExtendedPsf",
dimensions=("band",),
)

Definition at line 482 of file extended_psf.py.

◆ input_brightStarStamps

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConnections.input_brightStarStamps
staticinherited
Initial value:
= Input(
doc="Input list of bright star collections to be stacked.",
name="brightStarStamps",
storageClass="BrightStarStamps",
dimensions=("visit", "detector"),
deferLoad=True,
multiple=True,
)

Definition at line 474 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 493 of file extended_psf.py.


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