TransformForcedSourceTableConfig#
- class lsst.pipe.tasks.postprocess.TransformForcedSourceTableConfig(*args, **kw)#
Bases:
TransformCatalogBaseConfigAttributes 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.
Rename the output DataFrame index to this name (
str, default'forcedSourceId')Column on which to join the two input tables on and make the primary key of the output (
str, default'objectId')Name of column to be set as the DataFrame index.
Columns to pull from reference catalog (
List, default['detect_isPrimary', 'detect_isTractInner', 'detect_isPatchInner'])Flag to enable/disable saving of log output for a task, enabled by default.
Methods Summary
Subclass hook for computing defaults.
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)
- key#
Rename the output DataFrame index to this name (
str, default'forcedSourceId')
- keyRef#
Column on which to join the two input tables on and make the primary key of the output (
str, default'objectId')
- primaryKey#
Name of column to be set as the DataFrame index. If None, the indexwill be named
id(str, defaultNone)
- referenceColumns#
Columns to pull from reference catalog (
List, default['detect_isPrimary', 'detect_isTractInner', 'detect_isPatchInner'])
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
Methods Documentation