TransformCatalogBaseConfig#
- class lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Columns to extract from the dataId (
List, defaultNone)Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Path to YAML file specifying Science Data Model functors to use when copying columns and computing calibrated values.
Name of column to be set as the DataFrame index.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- columnsFromDataId#
Columns to extract from the dataId (
List, defaultNone)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- functorFile#
Path to YAML file specifying Science Data Model functors to use when copying columns and computing calibrated values. (
str, defaultNone)
- primaryKey#
Name of column to be set as the DataFrame index. If None, the indexwill be named
id(str, defaultNone)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)