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.
Updated by Anchi Cheng over 12 years ago
- Status changed from Assigned to In Test
- Assignee changed from Anchi Cheng to David Bushnell
r16436 fixes this. Tested on T12.
Please update this script in C:\Python25\lib\site-packages\pyscope directory on your microscope computer to test.
Updated by Anchi Cheng about 7 years ago
- Status changed from In Test to Closed
no feedback, assume worked.
Actions