lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections:
lsst.pipe.tasks.skyCorrection.SkyCorrectionConfig

Static Public Attributes

cT rawLinker
 
cT calExps
 
cT calBkgs
 
cT skyFrames
 
cT camera
 
cT skyCorr
 
cT calExpMosaic
 
cT calBkgMosaic
 

Detailed Description

Definition at line 100 of file skyCorrection.py.

Member Data Documentation

◆ calBkgMosaic

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calBkgMosaic
static
Initial value:
= cT.Output(
doc="Full focal plane mosaicked image of the sky corrected calibrated exposure backgrounds.",
name="calexpBackground_skyCorr_visit_mosaic",
storageClass="ImageF",
dimensions=["instrument", "visit"],
)

Definition at line 152 of file skyCorrection.py.

◆ calBkgs

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calBkgs
static
Initial value:
= cT.Input(
doc="Subtracted backgrounds for input calibrated exposures.",
multiple=True,
name="calexpBackground",
storageClass="Background",
dimensions=["instrument", "visit", "detector"],
)

Definition at line 116 of file skyCorrection.py.

◆ calExpMosaic

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calExpMosaic
static
Initial value:
= cT.Output(
doc="Full focal plane mosaicked image of the sky corrected calibrated exposures.",
name="calexp_skyCorr_visit_mosaic",
storageClass="ImageF",
dimensions=["instrument", "visit"],
)

Definition at line 146 of file skyCorrection.py.

◆ calExps

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calExps
static
Initial value:
= cT.Input(
doc="Background-subtracted calibrated exposures.",
name="calexp",
multiple=True,
storageClass="ExposureF",
dimensions=["instrument", "visit", "detector"],
)

Definition at line 109 of file skyCorrection.py.

◆ camera

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.camera
static
Initial value:
= cT.PrerequisiteInput(
doc="Input camera.",
name="camera",
storageClass="Camera",
dimensions=["instrument"],
isCalibration=True,
)

Definition at line 132 of file skyCorrection.py.

◆ rawLinker

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.rawLinker
static
Initial value:
= cT.Input(
doc="Raw data to provide exp-visit linkage to connect calExp inputs to camera/sky calibs.",
name="raw",
multiple=True,
deferLoad=True,
storageClass="Exposure",
dimensions=["instrument", "exposure", "detector"],
)

Definition at line 101 of file skyCorrection.py.

◆ skyCorr

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.skyCorr
static
Initial value:
= cT.Output(
doc="Sky correction data, to be subtracted from the calibrated exposures.",
name="skyCorr",
multiple=True,
storageClass="Background",
dimensions=["instrument", "visit", "detector"],
)

Definition at line 139 of file skyCorrection.py.

◆ skyFrames

cT lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.skyFrames
static
Initial value:
= cT.PrerequisiteInput(
doc="Calibration sky frames.",
name="sky",
multiple=True,
storageClass="ExposureF",
dimensions=["instrument", "physical_filter", "detector"],
isCalibration=True,
lookupFunction=_skyFrameLookup,
)

Definition at line 123 of file skyCorrection.py.


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