|
| 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 |
|
string | reason = "pipe_drivers is deprecated. It will be removed after v25. " |
|
string | version = "v24.0", |
|
| category = FutureWarning, |
|
Configuration for SkyCorrectionTask
Definition at line 177 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 |
◆ 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 188 of file skyCorrection.py.
◆ category
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.category = FutureWarning, |
|
static |
◆ 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 |
◆ reason
string lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.reason = "pipe_drivers is deprecated. It will be removed after v25. " |
|
static |
◆ sky
lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.sky = ConfigurableField(target=SkyMeasurementTask, doc="Sky measurement") |
|
static |
◆ version
string lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.version = "v24.0", |
|
static |
The documentation for this class was generated from the following file: