Script execution
This commit is contained in:
@@ -2,12 +2,12 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
|
||||
ranges = []
|
||||
|
||||
#Cu 2p
|
||||
#Na 1s
|
||||
rs = RangeSelection(18, 32)
|
||||
rs.setVars([0.25, 0.05, 1, 1100.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
#Na 1s
|
||||
#Cu 2p
|
||||
rs = RangeSelection(158, 172)
|
||||
rs.setVars([0.25, 0.05, 10, 1100.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
@@ -32,7 +32,10 @@ rs = RangeSelection(340., 350.)
|
||||
rs.setVars([0.25, 0.05, 3, 350.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
|
||||
# S 2p
|
||||
rs = RangeSelection(138.5, 148.5)
|
||||
rs.setVars([0.25, 0.05, 10, 310.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
# C 1s
|
||||
rs = RangeSelection(151.0, 165.0)
|
||||
|
||||
Reference in New Issue
Block a user