◆ __init__()
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ backgrounds
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.backgrounds |
|
static |
Initial value:= cT.Input(
doc="Background model to subtract from the cell-based coadd",
name="{inputCoaddName}Coadd_calexp_background",
storageClass="Background",
multiple=True,
dimensions=("tract", "patch", "band", "skymap")
)
Definition at line 75 of file deblendCoaddSourcesPipeline.py.
◆ coadds
| 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 61 of file deblendCoaddSourcesPipeline.py.
◆ coadds_cell
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.coadds_cell |
|
static |
Initial value:= cT.Input(
doc="Exposure on which to run deblending",
name="{inputCoaddName}CoaddCell",
storageClass="MultipleCellCoadd",
multiple=True,
dimensions=("tract", "patch", "band", "skymap")
)
Definition at line 68 of file deblendCoaddSourcesPipeline.py.
◆ deblendedCatalog
| 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 112 of file deblendCoaddSourcesPipeline.py.
◆ deconvolvedCoadds
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.deconvolvedCoadds |
|
static |
Initial value:= cT.Input(
doc="Deconvolved coadds",
name="deconvolved_{inputCoaddName}_coadd",
storageClass="ExposureF",
multiple=True,
dimensions=("tract", "patch", "band", "skymap")
)
Definition at line 82 of file deblendCoaddSourcesPipeline.py.
◆ fluxCatalogs
| 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,
deprecated="Deprecated and unused; will be removed after v29."
)
Definition at line 95 of file deblendCoaddSourcesPipeline.py.
◆ inputSchema
| 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 45 of file deblendCoaddSourcesPipeline.py.
◆ mergedDetections
| 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 55 of file deblendCoaddSourcesPipeline.py.
◆ objectParents
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.objectParents |
|
static |
Initial value:= cT.Output(
doc="Parents of the deblended objects",
name="object_parent_patch",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "skymap"),
)
Definition at line 124 of file deblendCoaddSourcesPipeline.py.
◆ outputSchema
| 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 89 of file deblendCoaddSourcesPipeline.py.
◆ peakSchema
| 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 50 of file deblendCoaddSourcesPipeline.py.
◆ scarletModelData
| lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConnections.scarletModelData |
|
static |
Initial value:= cT.Output(
doc="Multiband scarlet models produced by the deblender",
name="{outputCoaddName}Coadd_scarletModelData",
storageClass="LsstScarletModelData",
dimensions=("tract", "patch", "skymap"),
)
Definition at line 118 of file deblendCoaddSourcesPipeline.py.
◆ templateCatalogs
| 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,
deprecated="Deprecated and unused; will be removed after v29."
)
Definition at line 104 of file deblendCoaddSourcesPipeline.py.
The documentation for this class was generated from the following file: