|
| bgModel = ConfigField(dtype=FocalPlaneBackgroundConfig, doc="Background model") |
|
| bgModel2 = ConfigField(dtype=FocalPlaneBackgroundConfig, doc="2nd Background model") |
|
| sky = ConfigurableField(target=SkyMeasurementTask, doc="Sky measurement") |
|
| maskObjects = ConfigurableField(target=MaskObjectsTask, doc="Mask Objects") |
|
| doMaskObjects = Field(dtype=bool, default=True, doc="Mask objects to find good sky?") |
|
| doBgModel = Field(dtype=bool, default=True, doc="Do background model subtraction?") |
|
| doBgModel2 = Field(dtype=bool, default=True, doc="Do cleanup background model subtraction?") |
|
| doSky = Field(dtype=bool, default=True, doc="Do sky frame subtraction?") |
|
| binning = Field(dtype=int, default=8, doc="Binning factor for constructing focal-plane images") |
|
| calexpType |
|
| rawLinker |
|
| calExpArray |
|
| calBkgArray |
|
| camera |
|
| skyCalibs |
|
| calExpCamera |
|
| skyCorr |
|
Configuration for SkyCorrectionTask
Definition at line 110 of file skyCorrection.py.
◆ setDefaults()
def lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.setDefaults |
( |
|
self | ) |
|
◆ bgModel
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.bgModel = ConfigField(dtype=FocalPlaneBackgroundConfig, doc="Background model") |
|
static |
◆ bgModel2
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.bgModel2 = ConfigField(dtype=FocalPlaneBackgroundConfig, doc="2nd Background model") |
|
static |
◆ binning
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.binning = Field(dtype=int, default=8, doc="Binning factor for constructing focal-plane images") |
|
static |
◆ calBkgArray
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.calBkgArray |
|
staticinherited |
Initial value:= cT.Input(
doc="Input background files to use",
multiple=True,
name="calexpBackground",
storageClass="Background",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 75 of file skyCorrection.py.
◆ calExpArray
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.calExpArray |
|
staticinherited |
Initial value:= cT.Input(
doc="Input exposures to process",
name="calexp",
multiple=True,
storageClass="ExposureF",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 68 of file skyCorrection.py.
◆ calExpCamera
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.calExpCamera |
|
staticinherited |
Initial value:= cT.Output(
doc="Output camera image.",
name='calexp_camera',
storageClass="ImageF",
dimensions=["instrument", "visit"],
)
Definition at line 95 of file skyCorrection.py.
◆ calexpType
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.calexpType |
|
static |
Initial value:= Field(dtype=str, default="calexp",
doc="Should be set to fakes_calexp if you want to process calexps with fakes in.")
Definition at line 121 of file skyCorrection.py.
◆ camera
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.camera |
|
staticinherited |
Initial value:= cT.PrerequisiteInput(
doc="Input camera to use.",
name="camera",
storageClass="Camera",
dimensions=["instrument", "calibration_label"],
)
Definition at line 82 of file skyCorrection.py.
◆ doBgModel
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doBgModel = Field(dtype=bool, default=True, doc="Do background model subtraction?") |
|
static |
◆ doBgModel2
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doBgModel2 = Field(dtype=bool, default=True, doc="Do cleanup background model subtraction?") |
|
static |
◆ doMaskObjects
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doMaskObjects = Field(dtype=bool, default=True, doc="Mask objects to find good sky?") |
|
static |
◆ doSky
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doSky = Field(dtype=bool, default=True, doc="Do sky frame subtraction?") |
|
static |
◆ maskObjects
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.maskObjects = ConfigurableField(target=MaskObjectsTask, doc="Mask Objects") |
|
static |
◆ rawLinker
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.rawLinker |
|
staticinherited |
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="ExposureU",
dimensions=["instrument", "exposure", "detector"],
)
Definition at line 60 of file skyCorrection.py.
◆ sky
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.sky = ConfigurableField(target=SkyMeasurementTask, doc="Sky measurement") |
|
static |
◆ skyCalibs
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.skyCalibs |
|
staticinherited |
Initial value:= cT.PrerequisiteInput(
doc="Input sky calibrations to use.",
name="sky",
multiple=True,
storageClass="ExposureF",
dimensions=["instrument", "physical_filter", "detector", "calibration_label"],
)
Definition at line 88 of file skyCorrection.py.
◆ skyCorr
lsst.pipe.drivers.skyCorrection.SkyCorrectionConnections.skyCorr |
|
staticinherited |
Initial value:= cT.Output(
doc="Output sky corrected images.",
name='skyCorr',
multiple=True,
storageClass="Background",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 101 of file skyCorrection.py.
The documentation for this class was generated from the following file: