|
| | __init__ (self, *, "SkyCorrectionConfig | None" config=None) |
| |
Definition at line 82 of file skyCorrection.py.
◆ __init__()
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
"SkyCorrectionConfig | None" | config = None ) |
◆ backgroundToPhotometricRatioHandles
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.backgroundToPhotometricRatioHandles |
|
static |
Initial value:= Input(
doc="Ratio of a background-flattened image to a photometric-flattened image. "
"Only used if doApplyFlatBackgroundRatio is True.",
multiple=True,
name="background_to_photometric_ratio",
storageClass="Image",
dimensions=["instrument", "visit", "detector"],
deferLoad=True,
)
Definition at line 98 of file skyCorrection.py.
◆ calBkgMosaic
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calBkgMosaic |
|
static |
Initial value:= 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 136 of file skyCorrection.py.
◆ calBkgs
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calBkgs |
|
static |
Initial value:= Input(
doc="Subtracted backgrounds for input calibrated exposures.",
name="calexpBackground",
multiple=True,
storageClass="Background",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 91 of file skyCorrection.py.
◆ calExpMosaic
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calExpMosaic |
|
static |
Initial value:= 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 130 of file skyCorrection.py.
◆ calExps
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.calExps |
|
static |
Initial value:= Input(
doc="Background-subtracted calibrated exposures.",
name="calexp",
multiple=True,
deferLoad=True,
storageClass="ExposureF",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 83 of file skyCorrection.py.
◆ camera
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.camera |
|
static |
Initial value:= PrerequisiteInput(
doc="Input camera.",
name="camera",
storageClass="Camera",
dimensions=["instrument"],
isCalibration=True,
)
Definition at line 116 of file skyCorrection.py.
◆ skyCorr
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.skyCorr |
|
static |
Initial value:= 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 123 of file skyCorrection.py.
◆ skyFrames
| lsst.pipe.tasks.skyCorrection.SkyCorrectionConnections.skyFrames |
|
static |
Initial value:= PrerequisiteInput(
doc="Calibration sky frames.",
name="sky",
multiple=True,
deferLoad=True,
storageClass="ExposureF",
dimensions=["instrument", "physical_filter", "detector"],
isCalibration=True,
)
Definition at line 107 of file skyCorrection.py.
The documentation for this class was generated from the following file: