Script execution

This commit is contained in:
gac-x03da
2020-07-13 04:32:11 +02:00
parent b12f4e36cd
commit 452e00a8de

View File

@@ -3,9 +3,9 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# Co 2p
rs = RangeSelection(154, 172)
rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
#rs = RangeSelection(154, 172)
#rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
#ranges.append(rs)
# N 1s
rs = RangeSelection(140.0, 150.0)
@@ -23,9 +23,9 @@ rs.setVars([0.25, 0.05, 2, 550.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# Co 2p
#rs = RangeSelection(154, 172)
#rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
#ranges.append(rs)
rs = RangeSelection(154, 172)
rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# caution: do not insert multiple run commands in the same script!