diff --git a/script/users/Empa/MultiRegionScan.py b/script/users/Empa/MultiRegionScan.py index a7ff740b..6c33aae4 100644 --- a/script/users/Empa/MultiRegionScan.py +++ b/script/users/Empa/MultiRegionScan.py @@ -80,7 +80,7 @@ REGION2 = {'name': 'Au4f', 'elo': 554.00, 'ehi': 565.00, 'estep': 0.05, 'epass': REGION3 = {'name': 'Se3d', 'elo': 586.00, 'ehi': 596.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1} # list of region dictionaries to execute at each scan position -REGIONS = [REGION1, REGION2] +REGIONS = [REGION1, REGION2, REGION3] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = True