Closedown
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user