ConsolidateTractConfig#
- class lsst.pipe.tasks.postprocess.ConsolidateTractConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Use an existing schema to coerce the data types of the output columns.
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.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doUseSchema#
Use an existing schema to coerce the data types of the output columns. (
bool, defaultFalse)
- 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, defaultNone)
- tableName#
Name of the table in the schema file to read. (
str, defaultNone)