Actions
Bug #1683
closedget_beamtilt_scale.py does not work
Start date:
03/28/2012
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.2.0 (trunk)
Show in known bugs:
No
Workaround:
Description
Reported in http://emg.nysbc.org/boards/6/topics/1170
The error message is
C:\Python25\Lib\site-packages\pyscope>get_beamtilt_scale.py
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\pyscope\get_beamtilt_scale.py", line 6, in
<module>
t = tecnai.Tecnai()
File "C:\Python25\lib\site-packages\pyscope\tecnai.py", line 43, in init
tem.TEM.__init__(self)
File "C:\Python25\lib\site-packages\pyscope\tem.py", line 86, in init
self.cs = config.getConfigured()[self.config_name]['cs']
KeyError: None
The way to load the TEM class is old, need updating.
Actions