Script execution
This commit is contained in:
@@ -4,9 +4,9 @@ ranges = []
|
||||
|
||||
|
||||
# Survey
|
||||
#rs = RangeSelection(75.0, 700.0)
|
||||
#rs.setVars([0.5, 1., 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
rs = RangeSelection(75.0, 700.0)
|
||||
rs.setVars([0.5, 1., 1, 710.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
# Ag 3d5/2
|
||||
#rs = RangeSelection(50.0, 80.0)
|
||||
@@ -14,9 +14,9 @@ ranges = []
|
||||
#ranges.append(rs)
|
||||
|
||||
# Si 2p
|
||||
rs = RangeSelection(310.0, 340.0)
|
||||
rs.setVars([0.5, 0.075, 1, 435.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
#rs = RangeSelection(310.0, 340.0)
|
||||
#rs.setVars([0.5, 0.075, 1, 435.]) #Time, Size, Iteration, photon energy
|
||||
#ranges.append(rs)
|
||||
|
||||
# caution: do not insert multiple run commands in the same script!
|
||||
# earlier data is overwritten!
|
||||
|
||||
Reference in New Issue
Block a user