lsst.pipe.tasks g59f6dce098+5dd9fe05ae
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections:
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig

Static Public Attributes

 inputCatalog
 
 outputCatalog
 

Detailed Description

Expected Connections for subclasses of TransformCatalogBaseTask.

Must be subclassed.

Definition at line 746 of file postprocess.py.

Member Data Documentation

◆ inputCatalog

lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.inputCatalog
static
Initial value:
= connectionTypes.Input(
name="",
storageClass="DataFrame",
)

Definition at line 752 of file postprocess.py.

◆ outputCatalog

lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.outputCatalog
static
Initial value:
= connectionTypes.Output(
name="",
storageClass="DataFrame",
)

Definition at line 756 of file postprocess.py.


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