|
lsst.pipe.tasks g2c8cee2ce7+8fcb1119d8
|
Public Member Functions | |
| setDefaults (self) | |
| 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") | |
Configuration for MaskObjectsTask
Definition at line 776 of file background.py.
| lsst.pipe.tasks.background.MaskObjectsConfig.setDefaults | ( | self | ) |
Definition at line 786 of file background.py.
| lsst.pipe.tasks.background.MaskObjectsConfig.validate | ( | self | ) |
Definition at line 796 of file background.py.
|
static |
Definition at line 781 of file background.py.
|
static |
Definition at line 782 of file background.py.
|
static |
Definition at line 783 of file background.py.
|
static |
Definition at line 784 of file background.py.
|
static |
Definition at line 778 of file background.py.
|
static |
Definition at line 779 of file background.py.