From 4a126308a591737dc8ad7b09f4e64ec0fd1a91ae Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 7 Oct 2022 00:51:33 +0200 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan2022.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/users/Niels/MultiRegionScan2022.py b/script/users/Niels/MultiRegionScan2022.py index 28ff7bcd..de7a082d 100644 --- a/script/users/Niels/MultiRegionScan2022.py +++ b/script/users/Niels/MultiRegionScan2022.py @@ -21,7 +21,7 @@ MOTORS = [dummy] # number of cycles (integer - not decimal point!) # (actual number of cycles is + 1) -NUMBER_OF_CYCLES = 1 +NUMBER_OF_CYCLES = 60 POSITIONS = [1., 10., NUMBER_OF_CYCLES] SCAN = 'lscan' @@ -58,10 +58,10 @@ SAMPLE_POSITION = {'X': -1.1 ,'Y': -0., 'Z': 114., 'Theta': -9., 'Tilt': -2.0, ' # REGION4 = {'name': 'In3d','ephot': 578., 'elo': 119., 'ehi':124., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} # REGIONS for 1050 eV -REGION1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':963.5, 'estep': 0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'reference'} -REGION2 = {'name': 'In4d','ephot': 1050., 'elo': 1024.5, 'ehi':1031., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} -REGION3 = {'name': 'As3d','ephot': 1050., 'elo': 1002., 'ehi':1007.5, 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} -REGION4 = {'name': 'In3d','ephot': 1050., 'elo': 591., 'ehi':596., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION1 = {'name': 'Au4f', 'ephot': 1050., 'elo': 954., 'ehi':963.5, 'estep': 0.02, 'epass': 50., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION2 = {'name': 'In4d','ephot': 1050., 'elo': 1024.5, 'ehi':1031., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION3 = {'name': 'As3d','ephot': 1050., 'elo': 1002., 'ehi':1007.5, 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION4 = {'name': 'In3d','ephot': 1050., 'elo': 591., 'ehi':596., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'} # list of region dictionaries to execute at each scan position