◆ coadds
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.coadds |
|
staticinherited |
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 108 of file deblendCoaddSourcesPipeline.py.
◆ inputSchema
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.inputSchema |
|
staticinherited |
Initial value:= cT.InitInput(
doc="Input schema to use in the deblend catalog",
name="{inputCoaddName}Coadd_mergeDet_schema",
storageClass="SourceCatalog"
)
Definition at line 92 of file deblendCoaddSourcesPipeline.py.
◆ mergedDetections
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.mergedDetections |
|
staticinherited |
Initial value:= cT.Input(
doc="Detection catalog merged across bands",
name="{inputCoaddName}Coadd_mergeDet",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "skymap")
)
Definition at line 102 of file deblendCoaddSourcesPipeline.py.
◆ multibandDeblend
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConfig.multibandDeblend |
|
static |
Initial value:= ConfigurableField(
target=ScarletDeblendTask,
doc="Task to deblend an images in multiple bands"
)
Definition at line 131 of file deblendCoaddSourcesPipeline.py.
◆ outputSchema
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.outputSchema |
|
staticinherited |
Initial value:= cT.InitOutput(
doc="Output of the schema used in deblending task",
name="{outputCoaddName}Coadd_deblendedFlux_schema",
storageClass="SourceCatalog"
)
Definition at line 115 of file deblendCoaddSourcesPipeline.py.
◆ peakSchema
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.peakSchema |
|
staticinherited |
Initial value:= cT.InitInput(
doc="Schema of the footprint peak catalogs",
name="{inputCoaddName}Coadd_peak_schema",
storageClass="PeakCatalog"
)
Definition at line 97 of file deblendCoaddSourcesPipeline.py.
◆ templateCatalogs
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.templateCatalogs |
|
staticinherited |
Initial value:= cT.Output(
doc="Template catalogs produced by multiband deblending",
name="{outputCoaddName}Coadd_deblendedFlux",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "band", "skymap"),
multiple=True
)
Definition at line 120 of file deblendCoaddSourcesPipeline.py.
The documentation for this class was generated from the following file: