FEI Talos installation specifics » History » Version 15
Anchi Cheng, 01/29/2018 04:59 PM
1 | 1 | Anchi Cheng | h1. FEI Talos installation specifics |
---|---|---|---|
2 | |||
3 | 7 | Anchi Cheng | h2. Install win32 version of python subpackages |
4 | 1 | Anchi Cheng | |
5 | Because all interaction with the scope uses COM interface that is only accessible through 32-bit architecture, python running Leginon component is the 32-bit version. Use the 32-bit Windows files (those marked as win32 and certainly not the ones says 64) in http://emg.nysbc.org/projects/leginon/files for these. |
||
6 | |||
7 | Here is the full list |
||
8 | {{include(Windows_32_External_Package_Installers_Common)}} |
||
9 | {{include(Comtypes_installer)}} |
||
10 | 7 | Anchi Cheng | |
11 | 1 | Anchi Cheng | h2. Important: Install Python under a custom named folder |
12 | 11 | Anchi Cheng | |
13 | 15 | Anchi Cheng | *If your Talos has a 64-bit Python pre-installed unde default python location C:\Python27. Therefore, we need to name our installation with another name, such as C:\Python27-win32.* |
14 | 11 | Anchi Cheng | This is set during python installation. |
15 | 7 | Anchi Cheng | |
16 | 1 | Anchi Cheng | The rest of the installation is similar to other FEI systems. |
17 | 7 | Anchi Cheng | |
18 | 5 | Anchi Cheng | h2. instruments.cfg |
19 | |||
20 | cs is *constant for sperical abberation* |
||
21 | |||
22 | 13 | Anchi Cheng | For Talos series: |
23 | 5 | Anchi Cheng | <pre> |
24 | [TEM] |
||
25 | 13 | Anchi Cheng | class: fei.Talos |
26 | 5 | Anchi Cheng | cs: 2.7e-3 |
27 | </pre> |
||
28 | |||
29 | h2. Testing with pyscope |
||
30 | |||
31 | In python command |
||
32 | <pre> |
||
33 | 14 | Anchi Cheng | from pyscope import fei |
34 | t = fei.Talos() |
||
35 | 5 | Anchi Cheng | t.getMagnification() |
36 | </pre> |
||
37 | 6 | Anchi Cheng | |
38 | h2. Trouble Shooting |
||
39 | |||
40 | [[unable to initializ Tecnai interface error]] |
||
41 | |||
42 | h2. Programs to open before Leginon Client: None |