WriteObjectTableConfig#

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

Bases: PipelineTaskConfig

Attributes Summary

coaddName

Name of coadd (str, default 'deep')

connections

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.

Attributes Documentation

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