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',E7) close_vg13()