Files
x03da/script/users/krishtab/f1sxps.py
2020-09-10 10:18:09 +02:00

10 lines
346 B
Python

import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
rs = RangeSelection(92.0, 106.0)
rs.setVars([0.5, 0.05, 1, 790.]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True,
"ranges":[rs, ],
"ENDSCAN":True,
"pass_energy":50})