Script execution

This commit is contained in:
gac-x03da
2020-09-09 11:47:26 +02:00
parent 7a59dbd2d2
commit a7adee1d5f

View File

@@ -0,0 +1,9 @@
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":False,
"pass_energy":50})