FEI TecnaiTitan installation specifics » History » Version 4
Anchi Cheng, 11/08/2013 12:41 PM
1 | 1 | Anchi Cheng | h1. FEI TecnaiTitan installation specifics |
---|---|---|---|
2 | |||
3 | 2 | Anchi Cheng | h2. Extra Package and Installation |
4 | 1 | Anchi Cheng | |
5 | |TEM Scripting or Tecnai Scripting|Request this when purchasing the microscope|Required| |
||
6 | |TomMoniker Scripting|Should come with TEM Scripting|Required| |
||
7 | |Low Dose Server Library|Should come with the microscope if low dose kit was purchased|Required only if you want to use low dose kit with Leginon's Manual Application| |
||
8 | 2 | Anchi Cheng | |
9 | h3. Run updatecom.py |
||
10 | |||
11 | * From a command line window: |
||
12 | <pre>cd C:\python27\Lib\site-packages\pyscope |
||
13 | C:\python27\python.exe updatecom.py</pre> |
||
14 | |||
15 | * The output sould contain |
||
16 | <pre> |
||
17 | initializing TOM Moniker done. |
||
18 | </pre> |
||
19 | and EITHER ONE of these outputs. The other one would get an error which you can ignore. |
||
20 | <pre> |
||
21 | initializing TEM Scripting done. |
||
22 | initializing Tecnai Scripting done. |
||
23 | </pre> |
||
24 | |||
25 | h2. instruments.cfg |
||
26 | |||
27 | <pre> |
||
28 | [TEM] |
||
29 | class: tecnai.Tecnai |
||
30 | cs: 2.0e-3 |
||
31 | </pre> |
||
32 | 1 | Anchi Cheng | |
33 | 4 | Anchi Cheng | cs is *constant for sperical abberation* |
34 | 2 | Anchi Cheng | |
35 | h2. Testing with pyscope |
||
36 | 3 | Anchi Cheng | |
37 | 2 | Anchi Cheng | In python command |
38 | <pre> |
||
39 | form pyscope import tecnai |
||
40 | t = tecnai.Tecnai() |
||
41 | t.getMagnification() |
||
42 | </pre> |
||
43 | |||
44 | h2. Programs to open before Leginon Client: None. |