Project

General

Profile

Special Instructions for FEI Eagle Camera » History » Version 1

Jim Pulokas, 06/03/2011 04:20 PM

1 1 Jim Pulokas
h1. Special Instructions for FEI Eagle Camera
2
3
We are still in the process of adapting the comarray package to work with the FEI Eagle cameras.  The pre-packaged comarray EXE installer that we provide here will not work, so you will need to download comarray from our SVN repository and do a manual installation of the python module to your python site-packages.  Here is the procedure:
4
5
Check out comarray to your local sandbox on a linux system like this:<pre>
6
 svn co http://emg.nysbc.org/svn/myami/trunk/comarray
7
</pre>
8
Then copy it to your Windows system that hosts the camera.  Or just check it out directly to the Windows system using a Windows SVN client.
9
10
Now browse through the files in your new comarray sandbox.  You will find a folder "py2.5".  In there you will find a few files including:<pre>
11
 __init__.py
12
 NumpySafeArraySlow.py
13
 NumpySafeArray.pyd
14
 NumpySafeArrayTIA.pyd
15
 setup.py</pre>
16
17
Make a new folder C:\Python25\Lib\site-packages\comarray\
18
19
Copy "__init__.py" and "NumpySafeArrayTIA.pyd" to the new site-packages/comarray folder.
20
21
In the site-packages/comarray folder, rename NumpySafeArrayTIA.pyd to NumpySafeArray.pyd