lsst.pipe.drivers gef6abdcebb+b61adbd1fa
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.background.MaskObjectsConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.background.MaskObjectsConfig:

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 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")
 

Detailed Description

Configuration for MaskObjectsTask

Definition at line 742 of file background.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.drivers.background.MaskObjectsConfig.setDefaults (   self)

Definition at line 752 of file background.py.

◆ validate()

def lsst.pipe.drivers.background.MaskObjectsConfig.validate (   self)

Definition at line 762 of file background.py.

Member Data Documentation

◆ detection

lsst.pipe.drivers.background.MaskObjectsConfig.detection = ConfigurableField(target=measAlg.SourceDetectionTask, doc="Source detection")
static

Definition at line 747 of file background.py.

◆ detectSigma

lsst.pipe.drivers.background.MaskObjectsConfig.detectSigma = Field(dtype=float, default=5.0, doc="Detection threshold (standard deviations)")
static

Definition at line 748 of file background.py.

◆ doInterpolate

lsst.pipe.drivers.background.MaskObjectsConfig.doInterpolate = Field(dtype=bool, default=True, doc="Interpolate when removing objects?")
static

Definition at line 749 of file background.py.

◆ interpolate

lsst.pipe.drivers.background.MaskObjectsConfig.interpolate = ConfigurableField(target=measAlg.SubtractBackgroundTask, doc="Interpolation")
static

Definition at line 750 of file background.py.

◆ nIter

lsst.pipe.drivers.background.MaskObjectsConfig.nIter = Field(dtype=int, default=3, doc="Number of iterations")
static

Definition at line 744 of file background.py.

◆ subtractBackground

lsst.pipe.drivers.background.MaskObjectsConfig.subtractBackground
static
Initial value:
= ConfigurableField(target=measAlg.SubtractBackgroundTask,
doc="Background subtraction")

Definition at line 745 of file background.py.


The documentation for this class was generated from the following file: