Script execution

This commit is contained in:
gac-x03da
2021-01-27 03:21:44 +01:00
parent 7ddf24c4a4
commit a2c8e8afac

View File

@@ -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)