lsst.pipe.tasks g9fbc5161f1+30b2b595e6
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

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

Public Attributes

 outputSchema
 

Static Public Attributes

 ConfigClass = DeblendCoaddSourcesSingleConfig
 

Static Protected Attributes

str _DefaultName = "deblendCoaddSourcesSingle"
 

Detailed Description

Definition at line 196 of file deblendCoaddSourcesPipeline.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ run()

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

Definition at line 205 of file deblendCoaddSourcesPipeline.py.

Member Data Documentation

◆ _DefaultName

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

Definition at line 198 of file deblendCoaddSourcesPipeline.py.

◆ ConfigClass

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

Definition at line 197 of file deblendCoaddSourcesPipeline.py.

◆ outputSchema

lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask.outputSchema

Definition at line 203 of file deblendCoaddSourcesPipeline.py.


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