diff --git a/script/users/krishtab/o1sxps.py b/script/users/krishtab/o1sxps.py new file mode 100644 index 00000000..e3a68149 --- /dev/null +++ b/script/users/krishtab/o1sxps.py @@ -0,0 +1,9 @@ +import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection + +rs = RangeSelection(95.0, 105.0) +rs.setVars([0.25, 0.05, 1, 640.]) #Time, Size, Iteration, photon energy + +run("XPSSpectrum", {"save_scienta_image":True, + "ranges":[rs, ], + "ENDSCAN":True, + "pass_energy":50})