705 lines
22 KiB
Python
705 lines
22 KiB
Python
#########Sample SL1-L
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL1-L/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_C', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_O', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_Mn', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_F', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_Co', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_Ni', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-L_Survey', folder='XAS/2020/07/17/SL1-L/')
|
|
|
|
time.sleep(1)
|
|
|
|
#########Sample SL3-L
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL3-L/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_C', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_O', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_Mn', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_F', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_Co', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_Ni', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-L_Survey', folder='XAS/2020/07/17/SL3-L/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
#########Sample SL4-L
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL4-L/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_C', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_O', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_Mn', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_F', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_Co', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_Ni', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-L_Survey', folder='XAS/2020/07/17/SL4-L/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
#########Sample SL5-L
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL5-L/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_C', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_O', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_Mn', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_F', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_Co', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_Ni', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-L_Survey', folder='XAS/2020/07/17/SL5-L/')
|
|
|
|
time.sleep(1)
|
|
|
|
#########Sample SL6-L
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL6-L/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_C', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_O', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_Mn', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_F', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_Co', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_Ni', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-L_Survey', folder='XAS/2020/07/17/SL6-L/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
|
|
|
|
#########Sample SL1-LF
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL1-LF/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_C', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_O', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_Mn', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_F', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_Co', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_Ni', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL1-LF_Survey', folder='XAS/2020/07/17/SL1-LF/')
|
|
|
|
time.sleep(1)
|
|
|
|
#########Sample SL3-LF
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL3-LF/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_C', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_O', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_Mn', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_F', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_Co', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_Ni', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL3-LF_Survey', folder='XAS/2020/07/17/SL3-LF/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
#########Sample SL4-LF
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL4-LF/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_C', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_O', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_Mn', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_F', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_Co', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_Ni', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL4-LF_Survey', folder='XAS/2020/07/17/SL4-LF/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
#########Sample SL5-LF
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL5-LF/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_C', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_O', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_Mn', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_F', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_Co', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_Ni', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL5-LF_Survey', folder='XAS/2020/07/17/SL5-LF/')
|
|
|
|
time.sleep(1)
|
|
|
|
#########Sample SL6-LF
|
|
set_exec_pars(path="/sls/X11MA/data/X11MA/Data1/XAS/2020/07/17/SL6-LF/")
|
|
open_vg13()
|
|
|
|
TRY.write(20.25)
|
|
TRZ.write(14.90)
|
|
|
|
|
|
time.sleep(1)
|
|
|
|
#Carbon K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=270, end=320, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_C', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Oxygen K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=520, end=570, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_O', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Manganese L edge
|
|
nr_loops=6
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=630, end=670, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_Mn', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Fluor K edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=680, end=710, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_F', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Cobalt L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 7)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=772, end=805, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_Co', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Nickel L edge
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 9)
|
|
caput('X11MA-KEI12:RANGE', 10)
|
|
otf(start=845, end=885, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_Ni', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
#Survey
|
|
|
|
nr_loops=3
|
|
for i in range(nr_loops):
|
|
caput('X11MA-KEI10:RANGE', 6)
|
|
caput('X11MA-KEI11:RANGE', 8)
|
|
caput('X11MA-KEI12:RANGE', 9)
|
|
otf(start=500, end=900, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='SL6-LF_Survey', folder='XAS/2020/07/17/SL6-LF/')
|
|
|
|
time.sleep(1)
|
|
|
|
|
|
|
|
|
|
time.sleep(1)
|
|
close_vg13()
|
|
|
|
|