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

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

cT inputSchema
 
cT peakSchema
 
cT mergedDetections
 
cT coadd
 
cT measureCatalog
 
cT outputSchema
 

Detailed Description

Definition at line 44 of file deblendCoaddSourcesPipeline.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.setDefaults (   self)

Definition at line 81 of file deblendCoaddSourcesPipeline.py.

Member Data Documentation

◆ coadd

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.coadd
static
Initial value:
= cT.Input(
doc="Exposure on which to run deblending",
name="{inputCoaddName}Coadd_calexp",
storageClass="ExposureF",
dimensions=("tract", "patch", "band", "skymap")
)

Definition at line 63 of file deblendCoaddSourcesPipeline.py.

◆ inputSchema

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.inputSchema
static
Initial value:
= cT.InitInput(
doc="Input schema to use in the deblend catalog",
name="{inputCoaddName}Coadd_mergeDet_schema",
storageClass="SourceCatalog"
)

Definition at line 47 of file deblendCoaddSourcesPipeline.py.

◆ measureCatalog

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.measureCatalog
static
Initial value:
= cT.Output(
doc="The output measurement catalog of deblended sources",
name="{outputCoaddName}Coadd_deblendedFlux",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "band", "skymap")
)

Definition at line 69 of file deblendCoaddSourcesPipeline.py.

◆ mergedDetections

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.mergedDetections
static
Initial value:
= cT.Input(
doc="Detection catalog merged across bands",
name="{inputCoaddName}Coadd_mergeDet",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "skymap")
)

Definition at line 57 of file deblendCoaddSourcesPipeline.py.

◆ outputSchema

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.outputSchema
static
Initial value:
= cT.InitOutput(
doc="Output of the schema used in deblending task",
name="{outputCoaddName}Coadd_deblendedFlux_schema",
storageClass="SourceCatalog"
)

Definition at line 75 of file deblendCoaddSourcesPipeline.py.

◆ peakSchema

cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourceSingleConnections.peakSchema
static
Initial value:
= cT.InitInput(
doc="Schema of the footprint peak catalogs",
name="{inputCoaddName}Coadd_peak_schema",
storageClass="PeakCatalog"
)

Definition at line 52 of file deblendCoaddSourcesPipeline.py.


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