Script execution
This commit is contained in:
@@ -3,9 +3,9 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
ranges = []
|
||||
|
||||
|
||||
#
|
||||
rs = RangeSelection(138.0, 151.0)
|
||||
rs.setVars([0.25, 0.05, 10, 545.]) #Time, Size, Iteration, photon energy
|
||||
# Survey
|
||||
rs = RangeSelection(75.0, 700.0)
|
||||
rs.setVars([0.1, 1., 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
# caution: do not insert multiple run commands in the same script!
|
||||
@@ -13,6 +13,6 @@ ranges.append(rs)
|
||||
|
||||
run("XPSSpectrum", {"save_scienta_image":True,
|
||||
"ranges": ranges,
|
||||
"ENDSCAN": True,
|
||||
"ENDSCAN": False,
|
||||
"pass_energy":10})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user