Skip to content
Snippets Groups Projects
Commit 3dcf9d88 authored by 29iduser's avatar 29iduser
Browse files

debug scienta

parent 6cd781e4
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ class Scienta:
KE = kinetic energy (None keeps the current KE)
PE = pass energy (None keeps the current PE)
LensMode = "Angular"/"Transmission"
Frames = number of frames acquired per point (17 frames/sec); None
**kwargs
debug
......
......@@ -436,10 +436,10 @@ def scanEA(EAlist,**kwargs):
#executing the scan
if kwargs['execute']:
EA.put(EAparms['KineticEnergy'],EAparms['PassEnergy'],LensMode="Angular",Frames=EAparms['Frames'],**kwargs)
EA.put(EAparms['KineticEnergy']-.05,EAparms['PassEnergy'],LensMode="Angular",Frames=EAparms['Frames'],**kwargs)
time.sleep(10)
EA.put(EAlist[1]-.05,EAlist[-3],LensMode="Angular")
time.sleep(2)
#EA.put(EAlist[1]-.05,EAlist[-3],LensMode="Angular")
#time.sleep(2)
scan_go(**kwargs)
#After scan
EAlog_update()
......
......@@ -399,7 +399,7 @@ def scanXAS(hv_list,ID_tracking=False, **kwargs):
"""
scans the beamline energy:
ID_eV = None => the ID stays at the current value (default)
ID_track = True => ID will follow with the mono (SLOW but required in ARPES)
ID_tracking = True => ID will follow with the mono (SLOW but required in ARPES)
start_stop_step_lists is a list of lists for the different scan ranges
hv_list = [[start1,stop1,step1], [start1,stop1,step1],...]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment