Test run operation problems » History » Revision 10
« Previous |
Revision 10/35
(diff)
| Next »
Alex Kadokura, 05/12/2010 11:34 AM
Test run operation problems¶
- When Leginon or Leginon Client is launched,Python window opens and closes instantaneously on Windows
- <link linkend="InstT_test_no_module">ImportError "No module named xxxx"</link>
- <link linkend="InstT_test_no_tem">Microscope or CCDCamera name does not show up in the
Leginon instrument list in Instrument Node</link>
- <link linkend="InstT_test_no_tem">The Microscope computer where Leginon Client runs does
not show up in the Launcher list of Leginon when opening an application</link>
- <link linkend="no_mag_list">Error message "No Magnification saved for xxx(your
scope)</link>
- <link linkend="instlT_4kfrz">Leginon fails to collect 4kx4k images</link>
Python and Leginon windows do not stay opened on
Windows PC¶
<title>Why:</title>
- Windows closes the python process window because an error is detected.
read</title>
- Follow the following menu to open a python command window:
Windows/Start Menu/All Programs/Python2.5/Python (command line)
- Python> import start
- Read the error message. Copy it to your bug report when asking NRAMM for
help.
Missing modules¶
<title>Why:</title>- Either the python path is not set up correctly or the module was not installed
properly.
- script: <link linkend="inst_syscheck">syscheck.py</link>
If the missing module is not installed under one of the Python module search path
found in the syscheck output, it need to be moved.
"Tecnai" does not show up in instrument list¶
<title>Why:</title>- An error is detected when the instrument is loaded.
the error message can be read</title>
- Follow the following menu to open a python command window:
Windows/Start Menu/All Programs/Python2.5/Python (command line)
- *
Follow instruction in pyScope Bulletin Board Thread ""Testing if pyScope is working
with your TEM or CCD"":http://emg.nysbc.org/bb/viewtopic.php?t=246 .
For example, if "Tecnai" is missing from the instrument list, try
this:
Python>from pyScope import tecnai Python>myscope = tecnai.Tecnai() Python>myscope.getMagnification()
- Read the error message. Copy it to your bug report when asking for help.
Magnification list not in the database¶
<title>Why:</title>- The first time the TEM is used by leginon and the database, the valid magnification
for the instrument needs to be saved in the database.
Solution: On the scope: Leginon/Instrument> select the microscope to display
parameters and click "Get Magnification" button (The icon is of a calculator) on the
tool bar.
Leginon fails to aquire and save larger images¶
<title>Why:</title>- Your computer does not have sufficient memory to acquire and correct the large 4kx4k
images.
Solution:
Put on your computer more memory and more memory swap space.
- If you file storage system is not on the same computer, there may be problem
transfering large data file. This is known to happen from a Windows machine to disk
storage operated under Linux through Samba.
Solution:
Let us know if you have one.
Leginon fails to move the goniometer after a new
installation or update of pyScope¶
<title>Why:</title>
- tecnaicom.py, the python wrapper of Tecnai Scripting library, has not been created
in the running pyScope folder on the microscope controlling computer.
Solution:
Double click updatecom.py to run it in the (installed) pyScope folder.
< Administration Tool problems | Network problems >
Updated by Alex Kadokura over 14 years ago · 10 revisions