Connections for ExtendedPsfStackTask.
Definition at line 48 of file extended_psf_stack.py.
◆ extended_psf
| lsst.pipe.tasks.extended_psf.extended_psf_stack.ExtendedPsfStackConnections.extended_psf |
|
static |
Initial value:= Output(
name="extended_psf",
storageClass="ExtendedPsfImage",
doc="Extended PSF model built from stacking candidate cutouts.",
dimensions=("visit", "detector"),
)
Definition at line 60 of file extended_psf_stack.py.
◆ extended_psf_candidates
| lsst.pipe.tasks.extended_psf.extended_psf_stack.ExtendedPsfStackConnections.extended_psf_candidates |
|
static |
Initial value:= Input(
name="extended_psf_candidates",
storageClass="ExtendedPsfCandidates",
doc="Set of preprocessed cutouts, each centered on a single star.",
dimensions=("visit", "detector"),
)
Definition at line 54 of file extended_psf_stack.py.
The documentation for this class was generated from the following file: