lsst.pipe.tasks g540474b770+1ce96500e5
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.ConsolidateObjectTableConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.ConsolidateObjectTableConnections:
lsst.pipe.tasks.postprocess.ConsolidateObjectTableConfig

Static Public Attributes

 inputCatalogs
 
 outputCatalog
 

Detailed Description

Definition at line 1311 of file postprocess.py.

Member Data Documentation

◆ inputCatalogs

lsst.pipe.tasks.postprocess.ConsolidateObjectTableConnections.inputCatalogs
static
Initial value:
= connectionTypes.Input(
doc="Per-Patch objectTables conforming to the standard data model.",
name="objectTable",
storageClass="ArrowAstropy",
dimensions=("tract", "patch", "skymap"),
multiple=True,
deferLoad=True,
)

Definition at line 1313 of file postprocess.py.

◆ outputCatalog

lsst.pipe.tasks.postprocess.ConsolidateObjectTableConnections.outputCatalog
static
Initial value:
= connectionTypes.Output(
doc="Pre-tract horizontal concatenation of the input objectTables",
name="objectTable_tract",
storageClass="ArrowAstropy",
dimensions=("tract", "skymap"),
)

Definition at line 1321 of file postprocess.py.


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