MetadataMetricConfig#
- class lsst.verify.tasks.MetadataMetricConfig(*args, **kw)#
Bases:
MetricConfigA base class for metadata metric task configs.
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Override for the dimensions of the 'metadata' input, when instrumenting Tasks that don't produce one metadata object per visit.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- metadataDimensions#
Override for the dimensions of the ‘metadata’ input, when instrumenting Tasks that don’t produce one metadata object per visit. (
List, default['detector', 'instrument', 'visit'])
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)