|
| | bgModel = ConfigField(dtype=FocalPlaneBackgroundConfig, doc="Background model") |
| |
| | sky = ConfigurableField(target=SkyMeasurementTask, doc="Sky measurement") |
| |
| | detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Detection configuration") |
| |
| | doDetection = Field(dtype=bool, default=True, doc="Detect sources (to find good sky)?") |
| |
| | detectSigma = Field(dtype=float, default=5.0, doc="Detection PSF gaussian sigma") |
| |
| | doBgModel = Field(dtype=bool, default=True, doc="Do 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 41 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 |
◆ binning
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.binning = Field(dtype=int, default=8, doc="Binning factor for constructing focal-plane images") |
|
static |
◆ detection
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Detection configuration") |
|
static |
◆ detectSigma
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.detectSigma = Field(dtype=float, default=5.0, doc="Detection PSF gaussian sigma") |
|
static |
◆ doBgModel
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doBgModel = Field(dtype=bool, default=True, doc="Do background model subtraction?") |
|
static |
◆ doDetection
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doDetection = Field(dtype=bool, default=True, doc="Detect sources (to find good sky)?") |
|
static |
◆ doSky
| lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig.doSky = Field(dtype=bool, default=True, doc="Do sky frame subtraction?") |
|
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: