ConsolidateObjectTableConfig#
- class lsst.pipe.tasks.postprocess.ConsolidateObjectTableConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Actions to add columns to the final object table (
ConfigurableActionStructField)Name of coadd (
str, default'deep')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Flag to enable/disable saving of log output for a task, enabled by default.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- actions#
Actions to add columns to the final object table (
ConfigurableActionStructField)
- coaddName#
Name of coadd (
str, default'deep')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
Methods Documentation