lsst.synpipe  16.0-6-gcbc7b31+2
Public Member Functions | Static Public Attributes | List of all members
lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask Class Reference
Inheritance diagram for lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask:

Public Member Functions

def makeSourceCatalog (self, table, exposure, doSmooth=True, sigma=None, clearMask=True)
 

Static Public Attributes

 ConfigClass = measAlg.SourceDetectionConfig
 

Detailed Description

This task serves culls the source list to sources which overlap with fakes

Definition at line 21 of file detectOnlyFakes.py.

Member Function Documentation

◆ makeSourceCatalog()

def lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask.makeSourceCatalog (   self,
  table,
  exposure,
  doSmooth = True,
  sigma = None,
  clearMask = True 
)

Definition at line 29 of file detectOnlyFakes.py.

Member Data Documentation

◆ ConfigClass

lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask.ConfigClass = measAlg.SourceDetectionConfig
static

Definition at line 27 of file detectOnlyFakes.py.


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