lsst.pipe.tasks g665624e4fe+5b708eda68
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_stack.ExtendedPsfStackConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.extended_psf_stack.ExtendedPsfStackConnections:
lsst.pipe.tasks.extended_psf.extended_psf_stack.ExtendedPsfStackConfig

Static Public Attributes

 extended_psf_candidates
 
 extended_psf
 

Detailed Description

Connections for ExtendedPsfStackTask.

Definition at line 48 of file extended_psf_stack.py.

Member Data Documentation

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