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()