diff --git a/script/users/Niels/MultiRegionScan2022.py b/script/users/Niels/MultiRegionScan2022.py index 9a736f42..7db33799 100644 --- a/script/users/Niels/MultiRegionScan2022.py +++ b/script/users/Niels/MultiRegionScan2022.py @@ -49,7 +49,7 @@ LATENCY = 0.0 # 'position': 'reference' or 'sample' REFERENCE_POSITION = {'X': -0.65 ,'Y': 0., 'Z': 117.7, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} -SAMPLE_POSITION = {'X': -1.32 ,'Y': -2., 'Z': 114., 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} +SAMPLE_POSITION = {'X': -1.32 ,'Y': -2.5, 'Z': 114., 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} REGION1 = {'name': 'Au4f', 'ephot': 578., 'elo': 482, 'ehi':491.5, 'estep': 0.02, 'epass': 50., 'tstep': 0.3, 'iter': 1, 'cis': False, 'position': 'reference'} REGION2 = {'name': 'In4d','ephot': 578., 'elo': 552.5, 'ehi':559., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}