Connections for ProcessBrightStarsTask.
Definition at line 49 of file processBrightStars.py.
◆ __init__()
lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.__init__ |
( |
| self, |
|
|
* | config = None ) |
◆ 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: