Closedown

This commit is contained in:
gac-x11ma
2018-08-30 19:05:32 +02:00
parent 3f92435d4f
commit abb0cfa9ff
2 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ E4 = [680, 720, 6, 0]
E5 = [845, 885, 6, 0]
E6 = [772, 805, 6, 0]
E7 = [845, 885, 6, 0]
E8 = [700, 740, 6, 0]
E = [E1,E2,E3,E4,E5]
#run('EnergyMultiScan.py',E)
@@ -18,6 +19,6 @@ E = [E1,E2,E3,E4,E5]
n_scans=1
for i in range(0,n_scans):
run('EnergyMultiScan.py',E7)
run('EnergyMultiScan.py',E8)
close_vg13()