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

Public Member Functions

def __init__ (self, initInputs, **kwargs)
 
def run (self, coadd, mergedDetections, idFactory)
 

Public Attributes

 outputSchema
 

Static Public Attributes

DeblendCoaddSourcesSingleConfig ConfigClass = DeblendCoaddSourcesSingleConfig
 

Static Protected Attributes

str _DefaultName = "deblendCoaddSourcesSingle"
 

Detailed Description

Definition at line 197 of file deblendCoaddSourcesPipeline.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask.__init__ (   self,
  initInputs,
**  kwargs 
)

Member Function Documentation

◆ run()

def lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask.run (   self,
  coadd,
  mergedDetections,
  idFactory 
)

Definition at line 206 of file deblendCoaddSourcesPipeline.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask._DefaultName = "deblendCoaddSourcesSingle"
staticprotected

Definition at line 199 of file deblendCoaddSourcesPipeline.py.

◆ ConfigClass

DeblendCoaddSourcesSingleConfig lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask.ConfigClass = DeblendCoaddSourcesSingleConfig
static

Definition at line 198 of file deblendCoaddSourcesPipeline.py.

◆ outputSchema

lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask.outputSchema

Definition at line 204 of file deblendCoaddSourcesPipeline.py.


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