Project

General

Profile

Test run operation problems » History » Version 20

Alex Kadokura, 05/12/2010 11:41 AM

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