From 1fbb2740f4e9b8d42b923cb0e50150d528411cbf Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 27 Sep 2022 16:02:40 +0200 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan2022.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script/users/Niels/MultiRegionScan2022.py b/script/users/Niels/MultiRegionScan2022.py index 29121b23..52ed2d19 100644 --- a/script/users/Niels/MultiRegionScan2022.py +++ b/script/users/Niels/MultiRegionScan2022.py @@ -35,13 +35,13 @@ LATENCY = 0.0 # 'slit': exit slit (default: unchanged) # 'position': 'reference' or 'sample' -REFERENCE_POSITION = {'X': -2.5 ,'Y': 0, 'Z': 118, 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0} -SAMPLE_POSITION = {'X': -2.5 ,'Y': 0.1, 'Z': 115, 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0} +REFERENCE_POSITION = {'X': -2.5 ,'Y': 0., 'Z': 118., 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0.} +SAMPLE_POSITION = {'X': -2.5 ,'Y': 0.1, 'Z': 115., 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0.} -REGION1 = {'name': 'AuFermi', 'ephot': 281. , 'elo': 138.5, 'ehi':140, 'estep': 0.01, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'reference'} -REGION2 = {'name': 'VB','ephot': 280., 'elo': 138.4, 'ehi':139.8, 'estep':0.01, 'epass': 10., 'tstep': 4., 'iter': 1, 'cis': False, 'position': 'sample'} -REGION3 = {'name': 'As3d','ephot': 280., 'elo': 96., 'ehi':101.0, 'estep':0.05, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'sample'} -REGION4 = {'name': 'As3d*','ephot': 280., 'elo': 106., 'ehi':111.0, 'estep':0.05, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'sample'} +REGION1 = {'name': 'AuFermi', 'ephot': 281. , 'elo': 138.5, 'ehi':140, 'estep': 0.01, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION2 = {'name': 'VB','ephot': 280., 'elo': 138.4, 'ehi':139.8, 'estep':0.01, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION3 = {'name': 'As3d','ephot': 280., 'elo': 96., 'ehi':101.0, 'estep':0.05, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION4 = {'name': 'As3d*','ephot': 280., 'elo': 106., 'ehi':111.0, 'estep':0.05, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2, REGION3, REGION4]