lsst.synpipe  19.0.0-4-g3d16501+15
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 run (self, table, exposure, doSmooth=True, sigma=None, clearMask=True)
 
def makeSourceCatalog (self, *args, **kwargs)
 

Static Public Attributes

 ConfigClass = measAlg.SourceDetectionConfig
 
 reason
 
 category
 

Detailed Description

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

Definition at line 23 of file detectOnlyFakes.py.

Member Function Documentation

◆ makeSourceCatalog()

def lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask.makeSourceCatalog (   self,
args,
**  kwargs 
)

Definition at line 70 of file detectOnlyFakes.py.

◆ run()

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

Definition at line 31 of file detectOnlyFakes.py.

Member Data Documentation

◆ category

lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask.category
static

Definition at line 69 of file detectOnlyFakes.py.

◆ ConfigClass

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

Definition at line 29 of file detectOnlyFakes.py.

◆ reason

lsst.synpipe.detectOnlyFakes.OnlyFakesDetectionTask.reason
static

Definition at line 68 of file detectOnlyFakes.py.


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