Script execution

This commit is contained in:
gac-x11ma
2018-09-04 18:33:03 +02:00
parent fcf6562aa2
commit 88bcd239c4

View File

@@ -194,7 +194,7 @@ for scan_no in range(number_of_scans):
print("Converting data file: " + output_file);
convert_file(input_file, output_file)
plot_file(output_file, file_prefix+"_" + suffix) #"Scan " + str(scan_no+1))
print "Finished scan " + str(scan_no+1) + " out of " + str(number_of_scans) + "with polarisation: " + pol_str
print "Finished scan " + str(scan_no+1) + " out of " + str(number_of_scans) + " with polarisation: " + pol_str
if scan_no % 2 == 0: # switch on steps 2N
if RUNTYPE in ["+/-", "LH/LV"]: