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

View File

@@ -220,7 +220,7 @@ def switchpol(activeID, runtype):
else:
raise Exception("Invalid parameter")
mag_str = caget(MAG)
pol_str = None
polswitch = 1
@@ -314,7 +314,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)

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

View File

@@ -35,6 +35,7 @@ TIME_DELAY_VAL = "X11MA-ES2:Theta-Cur.VAL"
TIME_DELAY_START = "X11MA-ES2:SCAN-START"
TIME_DELAY_COMPLETE = "X11MA-ES2-scan1.SMSG"
TBT_MAG = "X11MA-LSCI632:MFIELD"
MAG="X11MA-XMCD:Ireadout"
FST = time.strftime("%y%m%d")