Script execution
This commit is contained in:
@@ -2,10 +2,15 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
|
||||
ranges = []
|
||||
|
||||
# C 1s
|
||||
rs = RangeSelection(128.5, 134.5)
|
||||
rs.setVars([0.25, 0.025, 10, 420.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
# dummy
|
||||
#rs = RangeSelection(144.0, 145.0)
|
||||
#rs.setVars([0.25, 1, 1, 250.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
rs = RangeSelection(144.0, 145.0)
|
||||
rs.setVars([0.25, 1, 1, 300.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
# Bi 4f
|
||||
#rs = RangeSelection(, )
|
||||
#rs.setVars([0.25, 0.025, 20, 300.]) #Time, Size, Iteration, photon energy
|
||||
|
||||
Reference in New Issue
Block a user