Test run operation problems » History » Version 11
Alex Kadokura, 05/12/2010 11:34 AM
1 | 1 | Amber Herold | h1. Test run operation problems |
---|---|---|---|
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | 11 | Alex Kadokura | * [[Test_run_operation_problems#1-Python-and-Leginon-windows-do-not-stay-opened-on-Windows-PC|When Leginon or Leginon Client is launched,Python window opens and closes instantaneously on Windows]] |
8 | 1 | Amber Herold | |
9 | * <link linkend="InstT_test_no_module">ImportError "No module named xxxx"</link> |
||
10 | |||
11 | |||
12 | * <link linkend="InstT_test_no_tem">Microscope or CCDCamera name does not show up in the |
||
13 | Leginon instrument list in Instrument Node</link> |
||
14 | |||
15 | |||
16 | * <link linkend="InstT_test_no_tem">The Microscope computer where Leginon Client runs does |
||
17 | not show up in the Launcher list of Leginon when opening an application</link> |
||
18 | |||
19 | |||
20 | * <link linkend="no_mag_list">Error message "No Magnification saved for xxx(your |
||
21 | scope)</link> |
||
22 | |||
23 | |||
24 | * <link linkend="instlT_4kfrz">Leginon fails to collect 4kx4k images</link> |
||
25 | |||
26 | |||
27 | |||
28 | |||
29 | |||
30 | |||
31 | |||
32 | h2. Python and Leginon windows do not stay opened on |
||
33 | Windows PC |
||
34 | |||
35 | |||
36 | |||
37 | <title>Why:</title> |
||
38 | * Windows closes the python process window because an error is detected. |
||
39 | |||
40 | |||
41 | |||
42 | |||
43 | <title>Testing: Start Leginon from a python command window so that the error message can be |
||
44 | read</title> |
||
45 | * Follow the following menu to open a python command window: |
||
46 | |||
47 | |||
48 | Windows/Start Menu/All Programs/Python2.5/Python (command line) |
||
49 | |||
50 | |||
51 | * Python> import start |
||
52 | |||
53 | |||
54 | * Read the error message. Copy it to your bug report when asking NRAMM for |
||
55 | help. |
||
56 | |||
57 | |||
58 | |||
59 | |||
60 | |||
61 | |||
62 | |||
63 | h2. Missing modules |
||
64 | |||
65 | |||
66 | |||
67 | <title>Why:</title> |
||
68 | * Either the python path is not set up correctly or the module was not installed |
||
69 | properly. |
||
70 | |||
71 | |||
72 | |||
73 | |||
74 | <title>Testing:</title> |
||
75 | * script: <link linkend="inst_syscheck">syscheck.py</link> |
||
76 | |||
77 | |||
78 | If the missing module is not installed under one of the Python module search path |
||
79 | found in the syscheck output, it need to be moved. |
||
80 | |||
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | h2. "Tecnai" does not show up in instrument list |
||
88 | |||
89 | |||
90 | |||
91 | <title>Why:</title> |
||
92 | * An error is detected when the instrument is loaded. |
||
93 | |||
94 | |||
95 | |||
96 | |||
97 | <title>Testing: Import the module in pyScope package through a python command window so that |
||
98 | the error message can be read</title> |
||
99 | * Follow the following menu to open a python command window: |
||
100 | |||
101 | |||
102 | Windows/Start Menu/All Programs/Python2.5/Python (command line) |
||
103 | |||
104 | |||
105 | * * |
||
106 | Follow instruction in pyScope Bulletin Board Thread ""Testing if pyScope is working |
||
107 | with your TEM or CCD"":http://emg.nysbc.org/bb/viewtopic.php?t=246 . |
||
108 | |||
109 | |||
110 | For example, if "Tecnai" is missing from the instrument list, try |
||
111 | this:<pre>Python>from pyScope import tecnai |
||
112 | Python>myscope = tecnai.Tecnai() |
||
113 | Python>myscope.getMagnification()</pre> |
||
114 | |||
115 | |||
116 | |||
117 | |||
118 | * Read the error message. Copy it to your bug report when asking for help. |
||
119 | |||
120 | |||
121 | |||
122 | |||
123 | |||
124 | |||
125 | |||
126 | h2. Magnification list not in the database |
||
127 | |||
128 | |||
129 | |||
130 | <title>Why:</title> |
||
131 | * The first time the TEM is used by leginon and the database, the valid magnification |
||
132 | for the instrument needs to be saved in the database. |
||
133 | |||
134 | |||
135 | Solution: On the scope: Leginon/Instrument> select the microscope to display |
||
136 | parameters and click "Get Magnification" button (The icon is of a calculator) on the |
||
137 | tool bar. |
||
138 | |||
139 | |||
140 | |||
141 | |||
142 | |||
143 | |||
144 | |||
145 | h2. Leginon fails to aquire and save larger images |
||
146 | |||
147 | |||
148 | |||
149 | <title>Why:</title> |
||
150 | * Your computer does not have sufficient memory to acquire and correct the large 4kx4k |
||
151 | images. |
||
152 | |||
153 | |||
154 | Solution: |
||
155 | |||
156 | |||
157 | Put on your computer more memory and more memory swap space. |
||
158 | |||
159 | |||
160 | * If you file storage system is not on the same computer, there may be problem |
||
161 | transfering large data file. This is known to happen from a Windows machine to disk |
||
162 | storage operated under Linux through Samba. |
||
163 | |||
164 | |||
165 | Solution: |
||
166 | |||
167 | |||
168 | Let us know if you have one. |
||
169 | |||
170 | |||
171 | |||
172 | |||
173 | |||
174 | |||
175 | |||
176 | h2. Leginon fails to move the goniometer after a new |
||
177 | installation or update of pyScope |
||
178 | |||
179 | |||
180 | |||
181 | <title>Why:</title> |
||
182 | * tecnaicom.py, the python wrapper of Tecnai Scripting library, has not been created |
||
183 | in the running pyScope folder on the microscope controlling computer. |
||
184 | |||
185 | |||
186 | Solution: |
||
187 | |||
188 | |||
189 | Double click updatecom.py to run it in the (installed) pyScope folder. |
||
190 | 2 | Amber Herold | |
191 | ______ |
||
192 | |||
193 | [[Administration Tool problems|< Administration Tool problems]] | [[Network problems|Network problems >]] |
||
194 | 3 | Amber Herold | |
195 | |||
196 | ______ |