Script execution
This commit is contained in:
@@ -3,14 +3,14 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
ranges = []
|
||||
|
||||
# Survey
|
||||
rs = RangeSelection(75, 700)
|
||||
rs.setVars([0.1, 1.0, 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs))
|
||||
#rs = RangeSelection(75, 700)
|
||||
#rs.setVars([0.1, 1.0, 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs))
|
||||
|
||||
# Si 2p
|
||||
#rs = RangeSelection(143, 149)
|
||||
#rs.setVars([0.25, 0.05, 10, 435.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs))
|
||||
rs = RangeSelection(143, 149)
|
||||
rs.setVars([0.25, 0.05, 10, 435.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs))
|
||||
|
||||
# Ag 3d5/2
|
||||
#rs = RangeSelection(60.0, 64.0)
|
||||
|
||||
Reference in New Issue
Block a user