Files
x11ma/script/MultiScan.py
2018-08-31 09:15:13 +02:00

24 lines
492 B
Python

import os
import traceback
import thread
import time
# E = [Estart, Eend, time, delay]
E1 = [270, 320, 6, 0] # C K-edge
E2 = [520, 570, 6, 0] # O K-edge
E3 = [630, 670, 6, 0] # Mn L-edge
E4 = [680, 720, 6, 0] # F K-edge
E5 = [845, 885, 6, 0] # Ni L-edge
E6 = [772, 805, 6, 0] # Co L-edge
E7 = [500, 900, 15, 0] # Survey
E8 = [700, 740, 6, 0] # Fe L-edge
E = [E1,E2,E3,E4,E5]
#run('EnergyMultiScan.py',E)
n_scans=1
for i in range(0,n_scans):
run('EnergyMultiScan.py',E6)
close_vg13()