From d7741487a2b3f5c353d1d49f08a90be0ecb2991b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 30 Sep 2018 23:30:53 +0200 Subject: [PATCH] Script execution --- script/users/TUM_PhD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/TUM_PhD.py b/script/users/TUM_PhD.py index ea3f1c9a..b12f9da2 100644 --- a/script/users/TUM_PhD.py +++ b/script/users/TUM_PhD.py @@ -10,7 +10,7 @@ MOTORS = [Eph] #200eV : KE = 70eV for Ge 3p POSITIONS_B = [200] -for nn in range(62): +for nn in range(56): POSITIONS_B.append(POSITIONS_B[-1]+4) # BORON 1s REGION_B = {'name': 'Ge 1s peak+tail', 'elo': 60., 'ehi': 85., 'estep': 0.12, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True}