lsst.pipe.tasks gcb98b56dc4+7edcf6d93f
Loading...
Searching...
No Matches
Public Member Functions | 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

Public Member Functions

def __init__ (self, *config=None)
 

Static Public Attributes

 inputExposure
 
 skyCorr
 
 refCat
 
 brightStarStamps
 

Detailed Description

Connections for ProcessBrightStarsTask.

Definition at line 49 of file processBrightStars.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.__init__ (   self,
config = None 
)

Definition at line 79 of file processBrightStars.py.

Member Data Documentation

◆ brightStarStamps

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

Definition at line 72 of file processBrightStars.py.

◆ inputExposure

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

Definition at line 52 of file processBrightStars.py.

◆ refCat

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

Definition at line 64 of file processBrightStars.py.

◆ skyCorr

lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.skyCorr
static
Initial value:
= Input(
doc="Input Sky Correction to be subtracted from the calexp if doApplySkyCorr=True",
name="skyCorr",
storageClass="Background",
dimensions=("instrument", "visit", "detector"),
)

Definition at line 58 of file processBrightStars.py.


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