From 9cfa0ca6785eeb9463746a04e241857862f1b7e8 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 28 May 2019 13:08:48 +0200 Subject: [PATCH] Startup --- script/test/demo_calling_xps.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 script/test/demo_calling_xps.py 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