lsst.pipe.tasks  21.0.0-57-g387f8f07+a17748c3dc
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig:
lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig lsst.pipe.tasks.postprocess.TransformSourceTableConfig

Static Public Attributes

 functorFile
 
 inputCatalog
 
 outputCatalog
 

Detailed Description

Definition at line 473 of file postprocess.py.

Member Data Documentation

◆ functorFile

lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.functorFile
static
Initial value:
= pexConfig.Field(
dtype=str,
doc='Path to YAML file specifying functors to be computed',
default=None,
optional=True
)

Definition at line 475 of file postprocess.py.

◆ inputCatalog

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

Definition at line 463 of file postprocess.py.

◆ outputCatalog

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

Definition at line 467 of file postprocess.py.


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