From 1d5dfd01cdd095719f8fa1010d5a81b9f7dea603 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 25 Mar 2019 22:05:50 +0100 Subject: [PATCH] Script execution --- script/users/TUM_multi_XPS_2019.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/TUM_multi_XPS_2019.py b/script/users/TUM_multi_XPS_2019.py index 4eb350d1..f5b714da 100644 --- a/script/users/TUM_multi_XPS_2019.py +++ b/script/users/TUM_multi_XPS_2019.py @@ -14,11 +14,11 @@ MOTORS = [Eph] #REGIONS_dummy = [REGION_dummy] POSITIONS_1 = [435] -REGION_1 = {'name': 'Ag3d5/2', 'elo': 60., 'ehi': 64., 'estep': 0.075, 'epass': 20, 'tstep': 0.5, 'iter': 1, 'cis': True} +REGION_1 = {'name': 'Ag3d5/2', 'elo': 60., 'ehi': 64., 'estep': 0.075, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True} REGIONS_1 = [REGION_1] -POSITIONS_2 = [430] -REGION_2 = {'name': 'Ge', 'elo': 399., 'ehi': 403., 'estep': 0.075, 'epass': 20, 'tstep': 0.5, 'iter': 1, 'cis': True} +POSITIONS_2 = [435] +REGION_2 = {'name': 'Ge', 'elo': 60., 'ehi': 64., 'estep': 0.075, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True} REGIONS_2 = [REGION_2] POSITIONS_3 = [429]