Definition at line 1329 of file postprocess.py.
◆ setDefaults()
| lsst.pipe.tasks.postprocess.ConsolidateObjectTableConfig.setDefaults |
( |
| self | ) |
|
◆ actions
| lsst.pipe.tasks.postprocess.ConsolidateObjectTableConfig.actions |
|
static |
Initial value:= ConfigurableActionStructField[ComputeColumnsAction](
doc="Actions to add columns to the final object table",
)
Definition at line 1331 of file postprocess.py.
◆ coaddName
| lsst.pipe.tasks.postprocess.ConsolidateObjectTableConfig.coaddName |
|
static |
Initial value:= pexConfig.Field[str](
default="deep",
doc="Name of coadd"
)
Definition at line 1334 of file postprocess.py.
◆ inputCatalogs
| lsst.pipe.tasks.postprocess.ConsolidateObjectTableConnections.inputCatalogs |
|
staticinherited |
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 |
|
staticinherited |
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: