Script execution
This commit is contained in:
@@ -14,7 +14,7 @@ ranges = []
|
||||
|
||||
# N 1s
|
||||
rs = RangeSelection(135.0, 148.0)
|
||||
rs.setVars([0.25, 0.05, 5, 545.]) #Time, Size, Iteration, photon energy
|
||||
rs.setVars([0.25, 0.05, 10, 545.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
# Ag 3d calibration for N 1s
|
||||
@@ -24,7 +24,7 @@ ranges.append(rs)
|
||||
|
||||
# C 1s
|
||||
rs = RangeSelection(139.0, 150.0)
|
||||
rs.setVars([0.25, 0.05, 5, 435.]) #Time, Size, Iteration, photon energy
|
||||
rs.setVars([0.25, 0.05, 10, 435.]) #Time, Size, Iteration, photon energy
|
||||
ranges.append(rs)
|
||||
|
||||
#FE calibration for C 1s
|
||||
|
||||
Reference in New Issue
Block a user