Skip to content
Snippets Groups Projects
Commit bddaaf23 authored by jmcchesn's avatar jmcchesn
Browse files

Update iexcode/instruments/cameras.py

parent 76730825
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def _enable_endstation_cameras(unused_off=True):
unused_off=True turns off other cameras
"""
endstation=iex.BL.endstation
endstation=iex.BL.endstation_name
#For new endstation modify here:
cam_dict={'ARPES':[0,1,2],'Kappa':[3,4,6]} # index of cam_list
......@@ -116,4 +116,4 @@ def cam_done(cam_num):
"""
ADtype='TIFF'
ADplugin = _pv_dictionary()[cam_num]+ADtype+":"
AD_Done(ADplugin,**kwargs)
\ No newline at end of file
AD_Done(ADplugin,**kwargs)
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