Definition at line 47 of file processBrightStars.py.
◆ __init__()
def lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.__init__ |
( |
|
self, |
|
|
* |
config = None |
|
) |
| |
◆ brightStarStamps
cT 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 69 of file processBrightStars.py.
◆ inputExposure
cT 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 49 of file processBrightStars.py.
◆ refCat
cT 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 61 of file processBrightStars.py.
◆ skyCorr
cT lsst.pipe.tasks.processBrightStars.ProcessBrightStarsConnections.skyCorr |
|
static |
Initial value:= cT.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 55 of file processBrightStars.py.
The documentation for this class was generated from the following file: