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

debug xmcd code

parent 375f1ad9
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,13 @@ from iexcode.instruments.scanRecord import *
from iexcode.instruments.files_and_folders import check_run,make_user_folders,folder_mda,path_dserv_user
from iexcode.instruments.Logfile import log_init
from iexcode.instruments.staff import staff_detector_dictionary
from iexcode.instruments.xrays import xrays_detector_dictionary, _xrays_reset, xrays_get_all, xrays_log_dictionary
from iexcode.instruments.xrays import xrays_detector_dictionary, _xrays_reset, xrays_get_all, xrays_log_dictionary,scanXAS
from iexcode.instruments.conversions_constants import *
from iexcode.instruments.utilities import *
from iexcode.instruments.userCalcs import *
from iexcode.instruments.Motors import Motors
from iexcode.instruments.Motors import Motors,mprint
from iexcode.instruments.SRS_current_amplifiers import SRS
from iexcode.instruments.Keithley_current_amplifiers import Keithley, _Keithley_pv, ca_reset_all, _ca_live_sequence
......@@ -654,7 +654,7 @@ def scanXMCD(hv_list, ID_tracking=False, **kwargs):
scan_detectors_set(detector_dictionary=det_dit_True)
#Set XMCD trigger
setxmcd()
scanXAS(hv_list, ID_tracking=False, **kwargs)
scanXAS(hv_list, ID_tracking=ID_tracking, **kwargs)
sleep(2)
# Take out XMCD detectors
print('Finishing XMCD scan')
......
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