ApdbMetricConfig#

class lsst.verify.tasks.ApdbMetricConfig(*args, **kw)#

Bases: MetricConfig

A base class for APDB metric task configs.

Attributes Summary

apdb_config_url

A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility.

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

apdb_config_url#

A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility. (str)

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)