Script execution
This commit is contained in:
@@ -3,8 +3,8 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
ranges = []
|
||||
|
||||
# Survey
|
||||
rs = RangeSelection(75., 700.)
|
||||
rs.setVars([0.1, 1., 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
rs = RangeSelection(75.0, 700.0)
|
||||
rs.setVars([0.1, 1.0, 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs))
|
||||
|
||||
# Si 2p
|
||||
|
||||
Reference in New Issue
Block a user