Script execution

This commit is contained in:
gac-x03da
2021-01-27 03:22:04 +01:00
parent a2c8e8afac
commit b41da6a47f

View File

@@ -2,11 +2,6 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# Survey
#rs = RangeSelection(75, 700)
#rs.setVars([0.1, 1.0, 1, 710.]) #Time, Size, Iteration, photon energy
#ranges.append(rs))
# Si 2p
rs = RangeSelection(143, 149)
rs.setVars([0.25, 0.05, 10, 435.]) #Time, Size, Iteration, photon energy
@@ -23,5 +18,5 @@ ranges.append(rs))
run("XPSSpectrum", {"save_scienta_image":True,
"ranges": ranges,
"ENDSCAN": False,
"pass_energy":50})
"pass_energy":10})