lsst.pipe.tasks gcf790cdeb6+1ce96500e5
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.ConsolidateParentTractConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.ConsolidateParentTractConfig:
lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections

Static Public Attributes

 inputCatalogs
 
 outputCatalog
 

Detailed Description

Definition at line 2216 of file postprocess.py.

Member Data Documentation

◆ inputCatalogs

lsst.pipe.tasks.postprocess.ConsolidateParentTractConnections.inputCatalogs
staticinherited
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 2200 of file postprocess.py.

◆ outputCatalog

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

Definition at line 2208 of file postprocess.py.


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