From 354caac6d509cc4406883d5d77a8a99865c73d53 Mon Sep 17 00:00:00 2001
From: "Xia, Ning" <ning.xia@tu-darmstadt.de>
Date: Mon, 6 Nov 2023 15:11:16 +0100
Subject: [PATCH] updated main to archiv json

---
 main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.py b/main.py
index a4257f8..5cacbbe 100644
--- a/main.py
+++ b/main.py
@@ -79,6 +79,7 @@ path_logging = "{}/{}".format("data", name_logging)
 
 # Save the datasets and datasheets used in the experiment to the logging directory.
 m_pck.logging_calorimetry(data, metadata, path_logging, path_json)
+m_json.archiv_json(path_json, path_setup, path_logging)
 
 if is_log_heater:
     # Read heater's uuid from metadata.
-- 
GitLab