Configuration parameters for MeasureExtendedPsfTask.
Definition at line 456 of file extended_psf.py.
◆ 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 463 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 459 of file extended_psf.py.
The documentation for this class was generated from the following file: