FEI Talos installation specifics » History » Version 6
Anchi Cheng, 11/03/2015 06:15 PM
| 1 | 1 | Anchi Cheng | h1. FEI Talos installation specifics |
|---|---|---|---|
| 2 | |||
| 3 | h2. IMPORT NOTES |
||
| 4 | |||
| 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 | 4 | Anchi Cheng | *Talos On-system UI uses 32-bit python as well*. Therefore we just need to install the dependency that is missing in there. The location of this python is |
| 8 | 1 | Anchi Cheng | |
| 9 | <pre> |
||
| 10 | C:\Tecnai\OnSystemUI\Python27 |
||
| 11 | </pre> |
||
| 12 | |||
| 13 | 3 | Anchi Cheng | Here is the full list |
| 14 | 1 | Anchi Cheng | {{include(Windows 32 External Package Installers)}} |
| 15 | 3 | Anchi Cheng | {{include(Comtypes_installer)}} |
| 16 | 5 | Anchi Cheng | |
| 17 | The rest of the installation is similar to other FEI systems. |
||
| 18 | |||
| 19 | h2. instruments.cfg |
||
| 20 | |||
| 21 | cs is *constant for sperical abberation* |
||
| 22 | |||
| 23 | For Tecnai series: |
||
| 24 | <pre> |
||
| 25 | [TEM] |
||
| 26 | class: tecnai.Talos |
||
| 27 | cs: 2.7e-3 |
||
| 28 | </pre> |
||
| 29 | |||
| 30 | h2. Testing with pyscope |
||
| 31 | |||
| 32 | In python command |
||
| 33 | <pre> |
||
| 34 | from pyscope import tecnai |
||
| 35 | t = tecnai.Talos() |
||
| 36 | t.getMagnification() |
||
| 37 | </pre> |
||
| 38 | 6 | Anchi Cheng | |
| 39 | h2. Trouble Shooting |
||
| 40 | |||
| 41 | [[unable to initializ Tecnai interface error]] |
||
| 42 | |||
| 43 | h2. Programs to open before Leginon Client: None |