lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.background.MaskObjectsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.background.MaskObjectsConfig:

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

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

Detailed Description

Configuration for MaskObjectsTask

Definition at line 775 of file background.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 785 of file background.py.

◆ validate()

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

Definition at line 795 of file background.py.

Member Data Documentation

◆ detection

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

Definition at line 780 of file background.py.

◆ detectSigma

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

Definition at line 781 of file background.py.

◆ doInterpolate

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

Definition at line 782 of file background.py.

◆ interpolate

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

Definition at line 783 of file background.py.

◆ nIter

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

Definition at line 777 of file background.py.

◆ 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: