TransformDiaSourceCatalogConfig#
- class lsst.ap.association.TransformDiaSourceCatalogConfig(*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.
Do pack the flags into one integer column named 'flags'.If False, instead produce one boolean column per flag.
Input DiaSource catalog contains SkySources that should be removed before storing the output DiaSource catalog.
Use the APDB schema to coerce the data types of the output columns.
Use an existing schema to coerce the data types of the output columns.
Yaml file specifying SciencePipelines flag fields to bit packs.
Yaml file specifying specifying rules to rename flag names (
str, default'${AP_ASSOCIATION_DIR}/data/flag-rename-rules.yaml')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.
Path to the directory containing schema definitions.
Yaml file specifying the schema of the output catalog.
Name of the table in the schema file to read.
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.
- doPackFlags#
Do pack the flags into one integer column named ‘flags’.If False, instead produce one boolean column per flag. Deprecated: This field is no longer used. Will be removed after v28. (
bool, defaultFalse)
- doRemoveSkySources#
Input DiaSource catalog contains SkySources that should be removed before storing the output DiaSource catalog. (
bool, defaultFalse)
- doUseApdbSchema#
Use the APDB schema to coerce the data types of the output columns. Deprecated: This field has been renamed to doUseSchema, and will be removed after v30. (
bool, defaultFalse)
- doUseSchema#
Use an existing schema to coerce the data types of the output columns. (
bool, defaultFalse)
- flagMap#
Yaml file specifying SciencePipelines flag fields to bit packs. (
str, default'${AP_ASSOCIATION_DIR}/data/association-flag-map.yaml')
- flagRenameMap#
Yaml file specifying specifying rules to rename flag names (
str, default'${AP_ASSOCIATION_DIR}/data/flag-rename-rules.yaml')
- 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)
- schemaDir#
Path to the directory containing schema definitions. (
str, default'${SDM_SCHEMAS_DIR}/yml')
- schemaFile#
Yaml file specifying the schema of the output catalog. (
str, default'apdb.yaml')
- schemaName#
Name of the table in the schema file to read. Deprecated: This config is no longer used, and will be removed after v30 (
str, default'ApdbSchema')
Methods Documentation