diff --git a/script/temp-overnight.py b/script/temp-overnight.py index c1836ffa..fc46ec71 100644 --- a/script/temp-overnight.py +++ b/script/temp-overnight.py @@ -1,7 +1,7 @@ move_to_position(REFERENCE_POSITION) #Au900-Fermi -rs = RangeSelection(895.0,897.0) -rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy +rs = RangeSelection(336,342) +rs.setVars([0.2, 0.25, 3, 740]) #Time, Size, Iteration, photon energy run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], @@ -9,20 +9,20 @@ run("XPSSpectrum", {"save_scienta_image":True, "pass_energy":20}) #Au900-4f -rs = RangeSelection(804.0,815.0) -rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy +#rs = RangeSelection(804.0,815.0) +#rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy -run("XPSSpectrum", {"save_scienta_image":True, +#run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":20}) -move_to_position(SAMPLE_POSITION) +#move_to_position(SAMPLE_POSITION) #In900 -rs = RangeSelection(440.0,453.0) -rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy +#rs = RangeSelection(440.0,453.0) +#rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy -run("XPSSpectrum", {"save_scienta_image":True, +#run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":20}) \ No newline at end of file