diff --git a/script/test/demo_calling_xps.py b/script/test/demo_calling_xps.py new file mode 100644 index 00000000..44f1fd79 --- /dev/null +++ b/script/test/demo_calling_xps.py @@ -0,0 +1,9 @@ +import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection + +rs = RangeSelection(902.0,920.0) +rs.setVars([0.5, 0.5, 1]) #Time, Size, Itaration + +run("XPSSpectrum", {"save_scienta_image":True, + "ranges":[rs, ], + "ENDSCAN":False, + "pass_energy":50}) \ No newline at end of file