Script execution

This commit is contained in:
gac-x03da
2021-01-29 00:54:14 +01:00
parent 5f789abc08
commit 1abe6ae2a8

View File

@@ -2,14 +2,14 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection
ranges = []
# dummy
#rs = RangeSelection(60.5, 60.5)
#rs.setVars([0.25, 0.025, 1, 435.]) #Time, Size, Iteration, photon energy
#ranges.append(rs)
# Ag 3d 5/2
rs = RangeSelection(60.5, 64.5)
rs.setVars([0.25, 0.025, 5, 435.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# dummy
rs = RangeSelection(60.5, 60.5)
rs.setVars([0.25, 0.025, 1, 435.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# Ge 3d
rs = RangeSelection(399.0, 403.5)
rs.setVars([0.25, 0.025, 15, 435.]) #Time, Size, Iteration, photon energy