Script execution

This commit is contained in:
gac-x03da
2023-06-22 01:41:27 +02:00
parent 8a6cb41d5b
commit 41cac38648
+1 -1
View File
@@ -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