Skip to content
Snippets Groups Projects
Commit e788f0bb authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Rename quality to summary in outputs.json

parent e14e45ff
Branches
No related tags found
1 merge request!19Rename quality to summary in outputs.json
...@@ -39,7 +39,7 @@ def main(): ...@@ -39,7 +39,7 @@ def main():
join_inspect_ds(h5_paths, h5_output_path) join_inspect_ds(h5_paths, h5_output_path)
plot_paths = plot_inspect_ds(h5_output_path, workdir, min_elevation=15) 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) store_metrics("outputs.json", quality)
with open("outputs.txt", "w") as file: with open("outputs.txt", "w") as file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment