Closedown

This commit is contained in:
X11MA
2017-05-15 21:05:06 +02:00
parent a655ca37e8
commit 7b4bc6b2cb
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -5,8 +5,8 @@
<dimension zigzag="false" dataGroup="false">
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RegionPositioner" name="X11MA-VME-ES4:TRZ" settlingTime="0.5" asynchronous="false" id="vertical">
<region>
<start>3.0</start>
<end>20.0</end>
<start>8.0</start>
<end>16.0</end>
<stepSize>0.5</stepSize>
</region>
</positioner>