print_diff_metrics¶
- lsst.verify.extract_metricvalues.print_diff_metrics(butler1, butler2, data_id_keys=None, verbose=False)¶
Load metric values from two repos and print their differences.
This only supports differencing metrics that aren’t time or memory-related.
- Parameters:
- butler1, butler2
lsst.daf.butler.Butler
Butlers to load values to difference from.
- data_id_keys
collection
[str
], optional List of Butler dataId keys to restrict the printed output to; for example:
("detector", "visit")
. If a metric does not use all of of these keys, it is printed with default formatting.- verbose
bool
, optional Print extra information when loading values, and about failures.
- butler1, butler2