lsst.pipe.tasks  21.0.0-42-g5afaedd3+13d2e51252
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 829 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 832 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 839 of file postprocess.py.


The documentation for this class was generated from the following file: