lsst.synpipe  15.0-4-g9ee0f43+4
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
 WARNING: we are using the parent configuration class instead of the OnlyFakesDetectionConfig to avoid having to fix overridden config parameters from processCoaddConfig.setDefaults and from the camera-specific $OBS_SUBARU/config. More...
 

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,
  table,
  exposure,
  doSmooth = True,
  sigma = None,
  clearMask = True 
)

Definition at line 31 of file detectOnlyFakes.py.

Member Data Documentation

◆ ConfigClass

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

WARNING: we are using the parent configuration class instead of the OnlyFakesDetectionConfig to avoid having to fix overridden config parameters from processCoaddConfig.setDefaults and from the camera-specific $OBS_SUBARU/config.

Definition at line 29 of file detectOnlyFakes.py.


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