From c46de449996a145cab88a20676d90b8d43c8f91a Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Wed, 15 May 2019 14:44:52 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index e9ff8f1..180b1bf 100644 --- a/script/local.py +++ b/script/local.py @@ -169,7 +169,7 @@ def convert_file(input_file_name, output_file_name, pol = None): with open(output_file_name, "wb") as out: (db, st) = ("java.lang.Double", "java.lang.String") out.write("#Energy" + sep + "CADC1" + sep + "CADC2" + sep + "CADC3" + sep + "NORMtey" + sep +"Pol" + line_sep) - out.write("#"+ db + sep + db + sep + db + sep + db + sep + db + sep + db + line_sep) + out.write("#"+ db + sep + db + sep + db + sep + db + sep + db + sep + st + line_sep) s = sep for line in lines[1:]: line = line.strip()