Script execution

This commit is contained in:
gac-x03da
2021-01-27 03:21:22 +01:00
parent f306ac1a57
commit 7ddf24c4a4

View File

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