load_metrics¶
-
lsst.validate.base.load_metrics(yaml_path)[source]¶ Load metric from a YAML document into an ordered dictionary of
Metrics.Parameters: yaml_path :
strThe full file path to a metric YAML file.
Returns: metrics :
collections.OrderedDictSee also
Metric.from_yaml- Make a single
Metricinstance from a YAML document.