From 7080d74f0d36d25aa0c8134ce89cf5ef05494b8b Mon Sep 17 00:00:00 2001
From: Giulio Gaio <giulio.gaio@elettra.eu>
Date: Thu, 4 Nov 2021 18:10:51 +0100
Subject: [PATCH] Save file with itpp extension

---
 src/TestSaveGofRm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TestSaveGofRm.py b/src/TestSaveGofRm.py
index 2af1bb1..b110a7b 100755
--- a/src/TestSaveGofRm.py
+++ b/src/TestSaveGofRm.py
@@ -30,7 +30,7 @@ def main():
 		date_save = today.strftime("%Y-%m-%d") + '-' + str(obj_now.hour) + '-' + str(obj_now.minute) + '-' + str(obj_now.second) 
 		# get machine energy
 		energy="{:.0f}Gev".format(dcct.Energy*10)
-		filename = "resp_mat_direct_horver_" + energy + "_" + date_save + ".mat"
+		filename = "resp_mat_direct_horver_" + energy + "_" + date_save + ".itpp"
 		path = "/runtime/site/ecgofmasa5/etc/"
 		# full path filename
 		path_filename = path + filename
-- 
GitLab