|
| | 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") |
| |
Configuration for SkyCorrectionTask
Definition at line 37 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 |
◆ 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 |
◆ sky
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.sky = ConfigurableField(target=SkyMeasurementTask, doc="Sky measurement") |
|
static |
The documentation for this class was generated from the following file: