lsst.pipe.tasks gbbe75d3d81+f128b91f83
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 388 of file extended_psf.py.

Member Data Documentation

◆ extended_psf

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

Definition at line 398 of file extended_psf.py.

◆ input_brightStarStamps

lsst.pipe.tasks.extended_psf.MeasureExtendedPsfConnections.input_brightStarStamps
static
Initial value:
= pipeBase.connectionTypes.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 390 of file extended_psf.py.


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