Definition at line 473 of file postprocess.py.
◆ 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: