FEI TecnaiTitan installation specifics » History » Version 13
Anchi Cheng, 11/03/2015 10:04 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 | 12 | Anchi Cheng | {{include(Comtypes_installer)}} |
6 | |||
7 | 1 | Anchi Cheng | |TEM Scripting or Tecnai Scripting|Request this when purchasing the microscope|Required| |
8 | |TomMoniker Scripting|Should come with TEM Scripting|Required| |
||
9 | |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| |
||
10 | 2 | Anchi Cheng | |
11 | 13 | Anchi Cheng | h3. Run checkcom.py |
12 | 2 | Anchi Cheng | |
13 | * From a command line window: |
||
14 | <pre>cd C:\python27\Lib\site-packages\pyscope |
||
15 | C:\python27\python.exe updatecom.py</pre> |
||
16 | |||
17 | 13 | Anchi Cheng | * The output should at least find typelib for |
18 | 2 | Anchi Cheng | <pre> |
19 | 13 | Anchi Cheng | TEM Scripting |
20 | 2 | Anchi Cheng | </pre> |
21 | 13 | Anchi Cheng | and |
22 | 10 | Anchi Cheng | <pre> |
23 | 13 | Anchi Cheng | TOM Moniker |
24 | 2 | Anchi Cheng | </pre> |
25 | |||
26 | h2. instruments.cfg |
||
27 | |||
28 | 7 | Anchi Cheng | cs is *constant for sperical abberation* |
29 | |||
30 | For Tecnai series: |
||
31 | 2 | Anchi Cheng | <pre> |
32 | [TEM] |
||
33 | class: tecnai.Tecnai |
||
34 | cs: 2.0e-3 |
||
35 | 1 | Anchi Cheng | </pre> |
36 | |||
37 | 7 | Anchi Cheng | For Titan: |
38 | <pre> |
||
39 | [TEM] |
||
40 | class: tecnai.Tecnai |
||
41 | cs: 2.7e-3 |
||
42 | </pre> |
||
43 | 1 | Anchi Cheng | |
44 | 7 | Anchi Cheng | For Krios (different compustage) |
45 | <pre> |
||
46 | [TEM] |
||
47 | class: tecnai.Krios |
||
48 | cs: 2.7e-3 |
||
49 | </pre> |
||
50 | |||
51 | 2 | Anchi Cheng | h2. Testing with pyscope |
52 | 3 | Anchi Cheng | |
53 | 2 | Anchi Cheng | In python command |
54 | <pre> |
||
55 | 8 | Anchi Cheng | from pyscope import tecnai |
56 | 1 | Anchi Cheng | t = tecnai.Tecnai() |
57 | 7 | Anchi Cheng | t.getMagnification() |
58 | </pre> |
||
59 | |||
60 | or for Krios |
||
61 | <pre> |
||
62 | 8 | Anchi Cheng | from pyscope import tecnai |
63 | 7 | Anchi Cheng | t = tecnai.Krios() |
64 | 2 | Anchi Cheng | t.getMagnification() |
65 | </pre> |
||
66 | |||
67 | 6 | Anchi Cheng | You should get the current magnification at the microscope when the main viewing screen is up |
68 | 5 | Anchi Cheng | |
69 | 11 | Anchi Cheng | h2. Trouble Shooting |
70 | |||
71 | [[unable to initializ Tecnai interface error]] |
||
72 | |||
73 | 5 | Anchi Cheng | h2. Programs to open before Leginon Client: None |