Script execution

This commit is contained in:
gac-x03da
2021-01-27 03:20:37 +01:00
parent 0d6da6654e
commit 1b624ff231

View File

@@ -3,7 +3,7 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# Survey
rs = RangeSelection(75, 700)
rs = RangeSelection(75., 700.)
rs.setVars([0.1, 1., 1, 710.]) #Time, Size, Iteration, photon energy
ranges.append(rs))