Skip to content
Snippets Groups Projects
Commit 7080d74f authored by Giulio Gaio's avatar Giulio Gaio
Browse files

Save file with itpp extension

parent 891b649e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment