Script execution

This commit is contained in:
gac-x03da
2018-10-13 11:48:04 +02:00
parent b394756924
commit 53d3206e2c

View File

@@ -7,15 +7,15 @@ Fermi edge of C1s test
"""
ranges = []
pass_energy = 20 #O1s
#pass_energy = 50 #C1s
#pass_energy = 20 #O1s
pass_energy = 50 #C1s
save_scienta_image = True
skip_iteration = 0
# (eph, min, max, step, time, iter)
ranges.append((650.0, 645., 647.0, 0.1, 0.2, 10)) # O1s
#ranges.append((390.0, 384.4, 387.0, 0.1, 0.2, 20)) # C1s
execfile("XPSSpectrum.py")
#ranges.append((650.0, 645., 647.0, 0.1, 0.2, 10)) # O1s
ranges.append((390.0, 384.4, 387.0, 0.1, 0.2, 20)) # C1s
exec(open("XPSSpectrum.py").read())
time.sleep(10)