◆ __init__()
def lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.__init__ |
( |
|
self, |
|
|
* |
config = None |
|
) |
| |
◆ coadds
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.coadds |
|
static |
Initial value:= cT.Input(
doc="Exposure on which to run deblending",
name="{inputCoaddName}Coadd_calexp",
storageClass="ExposureF",
multiple=True,
dimensions=("tract", "patch", "band", "skymap")
)
Definition at line 113 of file deblendCoaddSourcesPipeline.py.
◆ deblendedCatalog
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.deblendedCatalog |
|
static |
Initial value:= cT.Output(
doc="Catalogs produced by multiband deblending",
name="{outputCoaddName}Coadd_deblendedCatalog",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "skymap"),
)
Definition at line 139 of file deblendCoaddSourcesPipeline.py.
◆ fluxCatalogs
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.fluxCatalogs |
|
static |
Initial value:= cT.Output(
doc="Flux weighted catalogs produced by multiband deblending",
name="{outputCoaddName}Coadd_deblendedFlux",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "band", "skymap"),
multiple=True
)
Definition at line 125 of file deblendCoaddSourcesPipeline.py.
◆ inputSchema
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.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 97 of file deblendCoaddSourcesPipeline.py.
◆ mergedDetections
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.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 107 of file deblendCoaddSourcesPipeline.py.
◆ outputSchema
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.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 120 of file deblendCoaddSourcesPipeline.py.
◆ peakSchema
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.peakSchema |
|
static |
Initial value:= cT.InitInput(
doc="Schema of the footprint peak catalogs",
name="{inputCoaddName}Coadd_peak_schema",
storageClass="PeakCatalog"
)
Definition at line 102 of file deblendCoaddSourcesPipeline.py.
◆ scarletModelData
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.scarletModelData |
|
static |
Initial value:= cT.Output(
doc="Multiband scarlet models produced by the deblender",
name="{outputCoaddName}Coadd_scarletModelData",
storageClass="ScarletModelData",
dimensions=("tract", "patch", "skymap"),
)
Definition at line 145 of file deblendCoaddSourcesPipeline.py.
◆ templateCatalogs
cT lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.templateCatalogs |
|
static |
Initial value:= cT.Output(
doc="Template catalogs produced by multiband deblending",
name="{outputCoaddName}Coadd_deblendedModel",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "band", "skymap"),
multiple=True
)
Definition at line 132 of file deblendCoaddSourcesPipeline.py.
The documentation for this class was generated from the following file: