diff --git a/script/users/Oteyza/TemperatureRamp.py b/script/users/Oteyza/TemperatureRamp.py index 5e7f4c0e..7bac5130 100644 --- a/script/users/Oteyza/TemperatureRamp.py +++ b/script/users/Oteyza/TemperatureRamp.py @@ -8,7 +8,7 @@ Discrete scan (vector scan) of multiple spectral regions MOTORS = ["ca://X03DA-PSU-XP:SETCUR"] #MOTORS = [dummy] # comma-separated discrete list of scan positions -POSITIONS = [0.03, 1.01, 0.01] +POSITIONS = [0.03, 1.21, 0.01] #POSITIONS = [0.] # seconds to wait between positioning command and triggering the detector LATENCY = 5.0 @@ -31,9 +31,9 @@ LATENCY = 5.0 # 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False) # 'slit': exit slit (default current value) -REGION1 = {'name': 'C 1s', 'ephot': 420.0, 'elo': 128.0, 'ehi': 135.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.4, 'iter': 1, 'cis': False} +REGION1 = {'name': 'C 1s', 'ephot': 460.0, 'elo': 167.5, 'ehi': 176.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.4, 'iter': 1, 'cis': False} #REGION2 = {'name': 'Br 3p', 'ephot': 420.0, 'elo': 220.0, 'ehi': 242.0, 'estep': 0.10, 'epass': 50, 'tstep': 0.3, 'iter': 1, 'cis': False} -REGION2 = {'name': 'Br 3d', 'ephot': 420.0, 'elo': 342.0, 'ehi': 350.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.7, 'iter': 1, 'cis': False} +REGION2 = {'name': 'Br 3d', 'ephot': 460.0, 'elo': 384.0, 'ehi': 393.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.65, 'iter': 1, 'cis': False} #REGION1 = {'name': 'C 1s', 'ephot': 420.0, 'efix': 160.0, 'epass': 100., 'tstep': 20., 'iter': 1, 'cis': False}