Script execution

This commit is contained in:
gac-x03da
2020-07-20 10:54:46 +02:00
parent 9d8a261a2a
commit ca61d0898d

View File

@@ -38,9 +38,9 @@ rs.setVars([0.25, 0.05, 3, 435.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# Valence
#rs = RangeSelection(47.0, 57.0)
#rs.setVars([0.25, 0.05, 40, 60.]) #Time, Size, Iteration, photon energy
#ranges.append(rs)
rs = RangeSelection(47.0, 57.0)
rs.setVars([0.25, 0.05, 40, 60.]) #Time, Size, Iteration, photon energy
ranges.append(rs)
# caution: do not insert multiple run commands in the same script!