Script execution
This commit is contained in:
@@ -11,7 +11,7 @@ if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
|
||||
|
||||
#Grating should be G1 / 600 for 800 eV overview spectrum
|
||||
|
||||
|
||||
"""
|
||||
# 800 eV Overview Scan
|
||||
Ephot = 800.0
|
||||
ExitSlit.write(30)
|
||||
@@ -20,7 +20,7 @@ rs.setVars([0.5, 0.5, 1, Ephot]) #Time, Size, Iteration, photon energy
|
||||
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
# 800 eV K 2s fine scan
|
||||
ExitSlit.write(30)
|
||||
rs = RangeSelection(410.0,423.0)
|
||||
@@ -67,13 +67,13 @@ rs.setVars([0.5, 0.02, 3, 800.0]) #Time, Size, Iteration, photon energy
|
||||
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
|
||||
"""
|
||||
|
||||
"""
|
||||
|
||||
# 800 eV Er 4d
|
||||
ExitSlit.write(30)
|
||||
rs = RangeSelection(619.0,629.0)
|
||||
rs.setVars([0.5, 0.05, 3, 800.0]) #Time, Size, Iteration, photon energy
|
||||
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
# VB 62 eV fine scan exit slit 100
|
||||
|
||||
Reference in New Issue
Block a user