Definition at line 46 of file processBrightStars.py.
◆ 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 61 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 47 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 53 of file processBrightStars.py.
The documentation for this class was generated from the following file: