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

Static Public Attributes

 input_brightStarStamps
 
 extended_psf
 

Detailed Description

Definition at line 473 of file extended_psf.py.

Member Data Documentation

◆ extended_psf

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConnections.extended_psf
static
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
static
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.


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