Startup
This commit is contained in:
28
script/temp-overnight.py
Normal file
28
script/temp-overnight.py
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
|
||||
run("XPSSpectrum", {"save_scienta_image":True,
|
||||
"ranges":[rs, ],
|
||||
"ENDSCAN":False,
|
||||
"pass_energy":20})
|
||||
|
||||
#Au900-4f
|
||||
rs = RangeSelection(804.0,815.0)
|
||||
rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy
|
||||
|
||||
run("XPSSpectrum", {"save_scienta_image":True,
|
||||
"ranges":[rs, ],
|
||||
"ENDSCAN":False,
|
||||
"pass_energy":20})
|
||||
|
||||
move_to_position(SAMPLE_POSITION)
|
||||
#In900
|
||||
rs = RangeSelection(440.0,453.0)
|
||||
rs.setVars([1., 0.1, 1, 900.]) #Time, Size, Iteration, photon energy
|
||||
|
||||
run("XPSSpectrum", {"save_scienta_image":True,
|
||||
"ranges":[rs, ],
|
||||
"ENDSCAN":False,
|
||||
"pass_energy":20})
|
||||
Reference in New Issue
Block a user