Definition at line 1311 of file postprocess.py.
◆ 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: