|
| nIter = Field(dtype=int, default=3, doc="Number of iterations") |
|
| subtractBackground |
|
| detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Source detection") |
|
| detectSigma = Field(dtype=float, default=5.0, doc="Detection threshold (standard deviations)") |
|
| doInterpolate = Field(dtype=bool, default=True, doc="Interpolate when removing objects?") |
|
| interpolate = ConfigurableField(target=measAlg.SubtractBackgroundTask, doc="Interpolation") |
|
Configuration for MaskObjectsTask
Definition at line 775 of file background.py.
◆ setDefaults()
lsst.pipe.tasks.background.MaskObjectsConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
lsst.pipe.tasks.background.MaskObjectsConfig.validate |
( |
|
self | ) |
|
◆ detection
lsst.pipe.tasks.background.MaskObjectsConfig.detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Source detection") |
|
static |
◆ detectSigma
lsst.pipe.tasks.background.MaskObjectsConfig.detectSigma = Field(dtype=float, default=5.0, doc="Detection threshold (standard deviations)") |
|
static |
◆ doInterpolate
lsst.pipe.tasks.background.MaskObjectsConfig.doInterpolate = Field(dtype=bool, default=True, doc="Interpolate when removing objects?") |
|
static |
◆ interpolate
lsst.pipe.tasks.background.MaskObjectsConfig.interpolate = ConfigurableField(target=measAlg.SubtractBackgroundTask, doc="Interpolation") |
|
static |
◆ nIter
lsst.pipe.tasks.background.MaskObjectsConfig.nIter = Field(dtype=int, default=3, doc="Number of iterations") |
|
static |
◆ subtractBackground
lsst.pipe.tasks.background.MaskObjectsConfig.subtractBackground |
|
static |
Initial value:= ConfigurableField(target=measAlg.SubtractBackgroundTask,
doc="Background subtraction")
Definition at line 778 of file background.py.
The documentation for this class was generated from the following file: