Script execution

This commit is contained in:
gac-x03da
2020-07-12 22:50:29 +02:00
parent 08a7f127c2
commit 9a1c5eee64

View File

@@ -3,7 +3,7 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# Co 2p
rs = RangeSelection(154.5, 182.5)
rs = RangeSelection(154, 172)
rs.setVars([0.25, 0.05, 10, 950.]) #Time, Size, Iteration, photon energy
ranges.append(rs)