lsst.pipe.tasks g253578fa50+0eeb8841d4
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections:
lsst.pipe.tasks.postprocess.ConsolidateParentTractConfig

Static Public Attributes

 inputCatalogs
 
 outputCatalog
 

Detailed Description

Definition at line 2193 of file postprocess.py.

Member Data Documentation

◆ inputCatalogs

lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections.inputCatalogs
static
Initial value:
= connectionTypes.Input(
doc="Parents of the deblended objects",
name="object_parent_patch",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "skymap"),
multiple=True,
)

Definition at line 2197 of file postprocess.py.

◆ outputCatalog

lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections.outputCatalog
static
Initial value:
= connectionTypes.Output(
doc="Output per-tract concatenation of DataFrame Tables",
name="object_parent",
storageClass="ArrowAstropy",
dimensions=("tract", "skymap"),
)

Definition at line 2205 of file postprocess.py.


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