Script execution

This commit is contained in:
gac-x03da
2019-11-22 00:14:00 +01:00
parent 9048526d2c
commit 9bb313cee2
+4 -4
View File
@@ -22,13 +22,13 @@ run("XPSSpectrum", {"save_scienta_image":True,
"pass_energy":20})
#In600
move_to_position(SAMPLE_POSITION)
#move_to_position(SAMPLE_POSITION)
#rs = RangeSelection(140.0,153.0)
rs = RangeSelection(140.0,146.0)
#rs = RangeSelection(140.0,146.0)
rs.setVars([1., 0.2, 1, 600.]) #Time, Size, Iteration, photon energy
#rs.setVars([1., 0.2, 1, 600.]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True,
#run("XPSSpectrum", {"save_scienta_image":True,
"ranges":[rs, ],
"ENDSCAN":False,
"pass_energy":20})