From 537e28d270e0fc1fca13f5ffc9c1dbb8f78db5d1 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 17:03:39 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index cc342f15..e4bd09e8 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -78,8 +78,8 @@ REGION1fix = {'name': 'c1s', 'efix': 810, 'epass': 100., 'tstep': 2} #for 1100eV REGION2fix = {'name': 'o1s', 'efix': 562, 'epass': 100., 'tstep': 2} # list of region dictionaries to execute at each scan position -REGIONS=[REGION1] -#REGIONS = [REGION1fix, REGION2fix] +#REGIONS=[REGION1] +REGIONS = [REGION1fix, REGION2fix] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = False