Files
x11ma/script/MultiScan.py
2018-08-30 20:46:12 +02:00

24 lines
470 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 = [845, 885, 6, 0]
E8 = [700, 740, 6, 0]
E = [E1,E2,E3,E4,E5]
#run('EnergyMultiScan.py',E)
n_scans=1
for i in range(0,n_scans):
run('EnergyMultiScan.py',E4)
close_vg13()