From 6bc41373bc34aa7ccbb5a2f942d9ff214b540d61 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 23 Apr 2023 20:30:55 +0200 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 987d4e3a..d8e6955e 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -73,7 +73,7 @@ REGION1 = {'name': 'Peak 1', 'elo': 165.20, 'ehi': 166.48, 'estep': 0.04, 'epass REGION2 = {'name': 'Peak 2', 'elo': 170.40, 'ehi': 171.30, 'estep': 0.03, 'epass': 50., 'tstep': 0.1, 'iter': 1} # list of region dictionaries to execute at each scan position -REGIONS = [REGION1, REGION2, REGION3] +REGIONS = [REGION1, REGION2] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = True