lsst.pipe.tasks  21.0.0-27-ge76f9a25+e233089f27
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.TransformObjectCatalogConfig lsst.pipe.tasks.postprocess.TransformSourceTableConfig

Static Public Attributes

 functorFile
 

Detailed Description

Definition at line 441 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 442 of file postprocess.py.


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