Script execution
This commit is contained in:
@@ -8,8 +8,8 @@ output_path = input_path
|
||||
#Parameters
|
||||
ROUNDS = 1
|
||||
E1 = 625
|
||||
E2 = 680
|
||||
TIME = 4
|
||||
E2 = 630
|
||||
TIME = 1
|
||||
|
||||
PLOT_TYPE = 1
|
||||
ID1=1
|
||||
@@ -154,8 +154,8 @@ open_vg12()
|
||||
time.sleep(0.5)
|
||||
open_vg13()
|
||||
|
||||
#for scan_no in range(1):
|
||||
for scan_no in range(number_of_scans):
|
||||
for scan_no in range(1):
|
||||
#for scan_no in range(number_of_scans):
|
||||
suffix = ("%03d" % fid)
|
||||
input_file = input_path + "o" + file_prefix + "_" + suffix + ".dat"
|
||||
# Log.append(scan_no+1)
|
||||
|
||||
Reference in New Issue
Block a user