lsst.pipe.tasks  21.0.0-41-g0a6ae792+3de7980432
Static Public Attributes | List of all members
lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections:
lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConfig

Static Public Attributes

 inputExposure
 
 refCat
 
 brightStarStamps
 

Detailed Description

Definition at line 45 of file processBrightStars.py.

Member Data Documentation

◆ brightStarStamps

lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.brightStarStamps
static
Initial value:
= cT.Output(
doc="Set of preprocessed postage stamps, each centered on a single bright star.",
name="brightStarStamps",
storageClass="BrightStarStamps",
dimensions=("visit", "detector")
)

Definition at line 60 of file processBrightStars.py.

◆ inputExposure

lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.inputExposure
static
Initial value:
= cT.Input(
doc="Input exposure from which to extract bright star stamps",
name="calexp",
storageClass="ExposureF",
dimensions=("visit", "detector")
)

Definition at line 46 of file processBrightStars.py.

◆ refCat

lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.refCat
static
Initial value:
= cT.PrerequisiteInput(
doc="Reference catalog that contains bright star positions",
name="gaia_dr2_20200414",
storageClass="SimpleCatalog",
dimensions=("skypix",),
multiple=True,
deferLoad=True
)

Definition at line 52 of file processBrightStars.py.


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