From 41cac3864885572de650f3759fc972a12ca8cec3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 22 Jun 2023 01:41:27 +0200 Subject: [PATCH] Script execution --- script/users/Empa/MultiRegionScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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