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