Script execution

This commit is contained in:
gac-x03da
2023-07-06 17:03:39 +02:00
parent 65f931b3e7
commit 537e28d270
+2 -2
View File
@@ -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