From 5436dccf8c11b25e0a7e68710d9fbb467232869a Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 2 Jun 2017 12:59:11 +0200 Subject: [PATCH] Script execution --- script/MultiRegionHoloScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/MultiRegionHoloScan.py b/script/MultiRegionHoloScan.py index 99293a9e..4ba501ba 100644 --- a/script/MultiRegionHoloScan.py +++ b/script/MultiRegionHoloScan.py @@ -10,7 +10,7 @@ THETA_RANGE = (-9.0, 81.0) # (tuple (min, max)) STEPS = (36.0, 1.0) # (tuple (phi, theta)) ZIGZAG = True -REGION1 = {'name': 'Cu Auger', 'elo': 910.5, 'ehi': 917.0, 'estep': 0.075, 'epass': 100, 'tstep': 0.4, 'iter': 1, 'cis': True} +REGION1 = {'name': 'Cu Auger', 'elo': 910.55, 'ehi': 917.0, 'estep': 0.075, 'epass': 100, 'tstep': 0.4, 'iter': 1, 'cis': True} REGION2 = {'name': 'C 1s', 'elo': 997.0, 'ehi': 1003.0, 'estep': 0.05, 'epass': 100, 'tstep': 0.4, 'iter': 1, 'cis': True} REGIONS = [REGION1, REGION2]