Script execution

This commit is contained in:
gac-x03da
2018-09-30 23:13:26 +02:00
parent df6a385b13
commit d06e3f056b
+4 -4
View File
@@ -7,13 +7,13 @@ MOTORS = [Eph]
#workfunction ~ 5eV
#262eV : KE = 70eV for B 1s
#100eV : KE = for Ge 3d
#200eV : KE = 70eV for Ge 3p
POSITIONS_B = [262]
POSITIONS_B = [200]
for nn in range(62):
POSITIONS_B.append(POSITIONS_B[-1]+4)
# BORON 1s
REGION_B = {'name': 'B 1s peak+tail', 'elo': 62., 'ehi': 75., 'estep': 0.10, 'epass': 20, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGION_B = {'name': 'Ge 1s peak+tail', 'elo': 60., 'ehi': 85., 'estep': 0.12, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_B = [REGION_B]
# XSP check for beam damage
@@ -172,7 +172,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.5, 0.00, 115.0]]
sample_pos = [ [-9.1,-105,0.4, 0.00, 115.0]]
for nn in sample_pos:
polar = nn[0]
azimuth = nn[1]