diff --git a/script/MultiRegionHoloScan.py b/script/MultiRegionHoloScan.py index 0d25bf7a..6910802b 100644 --- a/script/MultiRegionHoloScan.py +++ b/script/MultiRegionHoloScan.py @@ -10,7 +10,7 @@ THETA_RANGE = (-9.0, 81.0) # (tuple (min, max)) STEPS = (40.0, 1.0) # (tuple (phi, theta)) ZIGZAG = True -REGION1 = {'name': 'N1s', 'elo': 95.5, 'ehi': 98.5, 'estep': 0.05, 'epass': 50, 'tstep': 0.6, 'iter': 1, 'cis': True, 'slit': 200} +REGION1 = {'name': 'N1s', 'elo': 96.0, 'ehi': 98.8, 'estep': 0.05, 'epass': 50, 'tstep': 0.6, 'iter': 1, 'cis': True, 'slit': 200} REGION2 = {'name': 'C1s', 'elo': 208.0, 'ehi': 213.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True, 'slit': 200} REGIONS = [REGION1, REGION2]