Script execution

This commit is contained in:
gac-x11ma
2018-08-30 21:20:14 +02:00
parent 1abcff578f
commit 49331a048b

View File

@@ -10,8 +10,8 @@ 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]
E8 = [700, 740, 6, 0]
E7 = [500, 900, 15, 0] # Survey
E8 = [700, 740, 6, 0] # Fe L-edge
E = [E1,E2,E3,E4,E5]
#run('EnergyMultiScan.py',E)
@@ -19,6 +19,6 @@ E = [E1,E2,E3,E4,E5]
n_scans=1
for i in range(0,n_scans):
run('EnergyMultiScan.py',E1)
run('EnergyMultiScan.py',E7)
close_vg13()