From e788f0bb8d189bb762670e07c49f51efeb86d4dc Mon Sep 17 00:00:00 2001
From: Timo Millenaar <tmillenaar@gmail.com>
Date: Fri, 18 Oct 2024 13:22:39 +0200
Subject: [PATCH] Rename quality to summary in outputs.json

---
 aggregate_and_plot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregate_and_plot.py b/aggregate_and_plot.py
index 501e7ec..a163fc4 100644
--- a/aggregate_and_plot.py
+++ b/aggregate_and_plot.py
@@ -39,7 +39,7 @@ def main():
     join_inspect_ds(h5_paths, h5_output_path)
     plot_paths = plot_inspect_ds(h5_output_path, workdir, min_elevation=15)
 
-    quality = {"quality": extract_quality_metrics(h5_output_path)}
+    quality = {"summary": extract_quality_metrics(h5_output_path)}
     store_metrics("outputs.json", quality)
 
     with open("outputs.txt", "w") as file:
-- 
GitLab