From 508ad03ff3e31ec14f8a5dcf1441a7cac07186c3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 1 Oct 2018 05:26:54 +0200 Subject: [PATCH] Script execution --- script/users/TUM_PhD.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/TUM_PhD.py b/script/users/TUM_PhD.py index abc214b0..1329db20 100644 --- a/script/users/TUM_PhD.py +++ b/script/users/TUM_PhD.py @@ -10,10 +10,10 @@ MOTORS = [Eph] #200eV : KE = 70eV for Ge 3p POSITIONS_B = [200] -for nn in range(2): +for nn in range(56): POSITIONS_B.append(POSITIONS_B[-1]+4) # BORON 1s -REGION_B = {'name': 'Ge 3s peak+tail', 'elo': 99., 'ehi': 114., 'estep': 1, 'epass': 100, 'tstep': 0.5, 'iter': 1, 'cis': True} +REGION_B = {'name': 'Ge 3s peak+tail', 'elo': 99., 'ehi': 112., 'estep': 0.13, 'epass': 100, 'tstep': 0.5, 'iter': 1, 'cis': True} REGIONS_B = [REGION_B] # XSP check for beam damage @@ -185,7 +185,7 @@ try: ManipulatorY.move(nn[3]) ManipulatorZ.move(nn[4]) ManipulatorTheta.move(polar) - ManipulatorPhi.move(nn[1]) + #ManipulatorPhi.move(nn[1]) #do_scan(MOTORS, POSITIONB, REGIONSB, LATENCY) #XPS before PhD do_scan(MOTORS, POSITIONS_B, REGIONS_B, LATENCY, nn) #PhD