Definition at line 830 of file postprocess.py.
◆ inputCatalog
lsst.pipe.tasks.postprocess.TransformSourceTableConnections.inputCatalog |
|
static |
Initial value:= connectionTypes.Input(
doc="Wide input catalog of sources produced by WriteSourceTableTask",
name="source",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector"),
deferLoad=True
)
Definition at line 833 of file postprocess.py.
◆ outputCatalog
lsst.pipe.tasks.postprocess.TransformSourceTableConnections.outputCatalog |
|
static |
Initial value:= connectionTypes.Output(
doc="Narrower, per-detector Source Table transformed and converted per a "
"specified set of functors",
name="sourceTable",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector")
)
Definition at line 840 of file postprocess.py.
The documentation for this class was generated from the following file: