Definition at line 200 of file postprocess.py.
◆ catalog
lsst.pipe.tasks.postprocess.WriteSourceTableConnections.catalog |
|
static |
Initial value:= connectionTypes.Input(
doc="Input full-depth catalog of sources produced by CalibrateTask",
name="src",
storageClass="SourceCatalog",
dimensions=("instrument", "visit", "detector")
)
Definition at line 203 of file postprocess.py.
◆ outputCatalog
lsst.pipe.tasks.postprocess.WriteSourceTableConnections.outputCatalog |
|
static |
Initial value:= connectionTypes.Output(
doc="Catalog of sources, `src` in Parquet format",
name="source",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector")
)
Definition at line 209 of file postprocess.py.
The documentation for this class was generated from the following file: