|
Field | nIter = Field(dtype=int, default=3, doc="Number of iterations") |
|
ConfigurableField | subtractBackground |
|
ConfigurableField | detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Source detection") |
|
Field | detectSigma = Field(dtype=float, default=5.0, doc="Detection threshold (standard deviations)") |
|
Field | doInterpolate = Field(dtype=bool, default=True, doc="Interpolate when removing objects?") |
|
ConfigurableField | interpolate = ConfigurableField(target=measAlg.SubtractBackgroundTask, doc="Interpolation") |
|
Configuration for MaskObjectsTask
Definition at line 775 of file background.py.
◆ setDefaults()
def lsst.pipe.tasks.background.MaskObjectsConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.pipe.tasks.background.MaskObjectsConfig.validate |
( |
|
self | ) |
|
◆ detection
ConfigurableField lsst.pipe.tasks.background.MaskObjectsConfig.detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Source detection") |
|
static |
◆ detectSigma
Field lsst.pipe.tasks.background.MaskObjectsConfig.detectSigma = Field(dtype=float, default=5.0, doc="Detection threshold (standard deviations)") |
|
static |
◆ doInterpolate
Field lsst.pipe.tasks.background.MaskObjectsConfig.doInterpolate = Field(dtype=bool, default=True, doc="Interpolate when removing objects?") |
|
static |
◆ interpolate
ConfigurableField lsst.pipe.tasks.background.MaskObjectsConfig.interpolate = ConfigurableField(target=measAlg.SubtractBackgroundTask, doc="Interpolation") |
|
static |
◆ nIter
Field lsst.pipe.tasks.background.MaskObjectsConfig.nIter = Field(dtype=int, default=3, doc="Number of iterations") |
|
static |
◆ subtractBackground
ConfigurableField 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: