From e50164d73b7aed86039fbb3f762f3b5ee5218089 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 5 Oct 2022 21:12:19 +0200 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan2022.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/Niels/MultiRegionScan2022.py b/script/users/Niels/MultiRegionScan2022.py index 093d9098..d8f0f994 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': 0, 'Z': 114., 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} +SAMPLE_POSITION = {'X': -1.32 ,'Y': 0., 'Z': 114., 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} REGION1 = {'name': 'Au4f', 'ephot': 578., 'elo': 80.00, 'ehi':92.00, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'} REGION2 = {'name': 'In4d','ephot': 578., 'elo': 15.00, 'ehi':22.0, 'estep':0.02, 'epass': 50., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'sample'}