Script execution
This commit is contained in:
@@ -2,14 +2,14 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
|
||||
ranges = []
|
||||
|
||||
# dummy
|
||||
#rs = RangeSelection(60.5, 60.5)
|
||||
#rs.setVars([0.25, 0.025, 1, 435.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
# Ag 3d 5/2
|
||||
rs = RangeSelection(60.5, 64.5)
|
||||
rs.setVars([0.25, 0.025, 5, 435.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
# dummy
|
||||
rs = RangeSelection(60.5, 60.5)
|
||||
rs.setVars([0.25, 0.025, 1, 435.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
# Ge 3d
|
||||
rs = RangeSelection(399.0, 403.5)
|
||||
rs.setVars([0.25, 0.025, 15, 435.]) #Time, Size, Iteration, photon energy
|
||||
|
||||
Reference in New Issue
Block a user