Script execution

This commit is contained in:
gac-x03da
2020-07-11 20:45:53 +02:00
parent b5941d2d17
commit 7350014a99
+1 -1
View File
@@ -3,7 +3,7 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# Co 2p
rs = RangeSelection(135.0, 157.5)
rs = RangeSelection(135.5, 180.5)
rs.setVars([0.25, 0.05, 1, 950.]) #Time, Size, Iteration, photon energy
ranges.append(rs)