lsst.pipe.tasks  21.0.0-51-gd3b42663+bf9f0d1c8b
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.TransformSourceTableConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformSourceTableConnections:
lsst.pipe.tasks.postprocess.TransformSourceTableConfig

Static Public Attributes

 inputCatalog
 
 outputCatalog
 

Detailed Description

Definition at line 830 of file postprocess.py.

Member Data Documentation

◆ 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: