From 93c5f421f8034a73c459bfc30e90b4ee7de250b1 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 09:15:04 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index 61d04c6e..05d6e049 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -70,13 +70,16 @@ LATENCY = 0.0 # 'slit': exit slit (default: unchanged) #REGION1 = {'name': 'Second', 'elo': 13, 'ehi': 15.6, 'estep': 0.01, 'epass': 5., 'tstep': 0.2, 'iter': 1} -REGION1 = {'name': 'c1s', 'elo': 800, 'ehi': 815, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} -REGION2 = {'name': 'o1s', 'elo': 555, 'ehi': 570, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} +#REGION1 = {'name': 'c1s', 'elo': 800, 'ehi': 815, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} +#REGION2 = {'name': 'o1s', 'elo': 555, 'ehi': 570, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} #REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1} +REGION1fix = {'name': 'c1s', 'efix'=810, 'estep': 0.1, 'epass': 100., 'tstep': 2, 'iter': 1} +REGION2fix = {'name': 'o1s', 'efix'=562,, 'estep': 0.1, 'epass': 100., 'tstep': 2, 'iter': 1} + # list of region dictionaries to execute at each scan position #REGIONS=[REGION1] -REGIONS = [REGION1, REGION2] +REGIONS = [REGION1fix, REGION2fix] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = True