ConsolidateTractConfig#

class lsst.pipe.tasks.postprocess.ConsolidateTractConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

connections

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.

saveLogOutput

Flag to enable/disable saving of log output for a task, enabled by default.

schemaDir

Path to the directory containing schema definitions.

schemaFile

Yaml file specifying the schema of the output catalog.

tableName

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, default False)

saveLogOutput#

Flag to enable/disable saving of log output for a task, enabled by default. (bool, default True)

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 None)

tableName#

Name of the table in the schema file to read. (str, default None)