Closedown

This commit is contained in:
X11MA
2017-02-09 14:13:40 +01:00
parent 201da453ea
commit 1ab62e4e19
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ for scan_no in range(number_of_scans):
output_file = output_path + "os" + file_prefix + "_" + suffix + ".dat"
print("Converting data file: " + output_file);
convert_file(input_file, output_file, pol_str)
convert_file(input_file, output_file, mag_str, pol_str)
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)
@@ -163,7 +163,7 @@ for scan_no in range(number_of_scans):
time.sleep(3.0)
fid = fid + 1
mag_str = caget(MAG)
caput(OTF_ESET, E1)
close_vg13()