ApdbMetricConfig#
- class lsst.verify.tasks.ApdbMetricConfig(*args, **kw)#
Bases:
MetricConfigA base class for APDB metric task configs.
Attributes Summary
A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility.
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.
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, defaultTrue)