Script execution
This commit is contained in:
@@ -3,14 +3,14 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
|
||||
ranges = []
|
||||
|
||||
# Co 2p
|
||||
rs = RangeSelection(135.0, 157.5)
|
||||
rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
#rs = RangeSelection(135.0, 157.5)
|
||||
#rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
|
||||
# Ag 3d calibration for Co 2p
|
||||
rs = RangeSelection(568.0, 580.0)
|
||||
rs.setVars([0.25, 0.05, 1, 950.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
#rs = RangeSelection(568.0, 580.0)
|
||||
#rs.setVars([0.25, 0.05, 1, 950.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
|
||||
# N 1s
|
||||
rs = RangeSelection(140.0, 154.0)
|
||||
|
||||
Reference in New Issue
Block a user