lsst.pipe.tasks g0537c5b946+42c4d6beaa
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 799 of file postprocess.py.

Member Data Documentation

◆ inputCatalog

lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.inputCatalog
static
Initial value:
= connectionTypes.Input(
name="",
storageClass="DataFrame",
)
Expected Connections for subclasses of TransformCatalogBaseTask.

Must be subclassed.

Definition at line 805 of file postprocess.py.

◆ outputCatalog

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

Definition at line 809 of file postprocess.py.


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