Definition at line 775 of file postprocess.py.
◆ columnsFromDataId
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.columnsFromDataId |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
default=None,
optional=True,
doc="Columns to extract from the dataId",
)
Definition at line 791 of file postprocess.py.
◆ functorFile
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.functorFile |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Path to YAML file specifying Science Data Model functors to use "
"when copying columns and computing calibrated values.",
default=None,
optional=True
)
Definition at line 777 of file postprocess.py.
◆ primaryKey
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.primaryKey |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of column to be set as the DataFrame index. If None, the index"
"will be named `id`",
default=None,
optional=True
)
Definition at line 784 of file postprocess.py.
The documentation for this class was generated from the following file: