Project

General

Profile

Test run operation problems » History » Version 3

Amber Herold, 04/23/2010 01:31 PM

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