Closedown
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
||||
import traceback
|
||||
import thread
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Plotting
|
||||
###############################################################################
|
||||
@@ -162,7 +163,8 @@ for scan_no in range(number_of_scans):
|
||||
|
||||
print("Converting data file: " + output_file);
|
||||
mag_str = caget(MAG)
|
||||
convert_file(input_file, output_file, mag_str, pol_str)
|
||||
#convert_file(input_file, output_file, mag_str, pol_str) # only tey and norm saved
|
||||
convert_file(input_file, output_file, mag_str, pol_str,keithley_3=1) # tey and tfy saved - not normalized
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user