Script execution

This commit is contained in:
gac-x03da
2018-10-04 00:09:36 +02:00
parent 7e280a4df9
commit 4a126b0cb0
+3 -7
View File
@@ -25,7 +25,7 @@ REGIONS_2 = [REGION_2]
POSITIONS_3 = [300]
#for nn in range(0):
# POSITIONS_1.append(POSITIONS_1[-1]+4)
REGION_3 = {'name': 'Si 2p', 'elo': 193., 'ehi': 300., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
REGION_3 = {'name': 'Si 2p', 'elo': 193., 'ehi': 200., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
REGIONS_3 = [REGION_3]
@@ -205,10 +205,7 @@ try:
setup_live_plots(REGIONS_B)
task = fork(update_live_plots)
# theta (polar), phi (azimuth), x, y, z
sample_pos = [[-9.1,-90.0,0.6, -0.5, 115.0],
[-9.1,-90.0,0.7, -0.5, 115.0],
[-9.1,-90.0,0.6, -0.4, 115.0],
[-9.1,-90.0,0.7, -0.4, 115.0],
sample_pos = [[-9.1,-90.0,0.7, -0.4, 115.0],
[-9.1,-90.0,0.5, -0.4, 115.0],
[-9.1,-90.0,0.5, -0.3, 115.0],
[-9.1,-90.0,0.8, -0.4, 115.0],
@@ -227,8 +224,7 @@ try:
#do_scan(MOTORS, POSITIONB, REGIONSB, LATENCY) #XPS before PhD
#for bb in range(6):
do_scan(MOTORS, POSITIONS_1, REGIONS_1, LATENCY, nn) #PhD
do_scan(MOTORS, POSITIONS_2, REGIONS_2, LATENCY, nn)
do_scan(MOTORS, POSITIONS_3, REGIONS_3, LATENCY, nn)
do_scan(MOTORS, POSITIONS_4, REGIONS_4, LATENCY, nn)
do_scan(MOTORS, POSITIONS_5, REGIONS_5, LATENCY, nn)