FEI TecnaiTitan installation specifics » History » Version 12
Anchi Cheng, 09/28/2015 10:47 AM
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 | h3. Run updatecom.py |
||
12 | |||
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 | * The output sould contain |
||
18 | <pre> |
||
19 | 10 | Anchi Cheng | Found TOMMoniker 1.0 Type Library done. |
20 | 2 | Anchi Cheng | </pre> |
21 | and EITHER ONE of these outputs. The other one would get an error which you can ignore. |
||
22 | <pre> |
||
23 | 10 | Anchi Cheng | Found TEM Scripting done. |
24 | Found Tecnai Scripting done. |
||
25 | 2 | Anchi Cheng | </pre> |
26 | |||
27 | h2. instruments.cfg |
||
28 | |||
29 | 7 | Anchi Cheng | cs is *constant for sperical abberation* |
30 | |||
31 | For Tecnai series: |
||
32 | 2 | Anchi Cheng | <pre> |
33 | [TEM] |
||
34 | class: tecnai.Tecnai |
||
35 | cs: 2.0e-3 |
||
36 | 1 | Anchi Cheng | </pre> |
37 | |||
38 | 7 | Anchi Cheng | For Titan: |
39 | <pre> |
||
40 | [TEM] |
||
41 | class: tecnai.Tecnai |
||
42 | cs: 2.7e-3 |
||
43 | </pre> |
||
44 | 1 | Anchi Cheng | |
45 | 7 | Anchi Cheng | For Krios (different compustage) |
46 | <pre> |
||
47 | [TEM] |
||
48 | class: tecnai.Krios |
||
49 | cs: 2.7e-3 |
||
50 | </pre> |
||
51 | |||
52 | 2 | Anchi Cheng | h2. Testing with pyscope |
53 | 3 | Anchi Cheng | |
54 | 2 | Anchi Cheng | In python command |
55 | <pre> |
||
56 | 8 | Anchi Cheng | from pyscope import tecnai |
57 | 1 | Anchi Cheng | t = tecnai.Tecnai() |
58 | 7 | Anchi Cheng | t.getMagnification() |
59 | </pre> |
||
60 | |||
61 | or for Krios |
||
62 | <pre> |
||
63 | 8 | Anchi Cheng | from pyscope import tecnai |
64 | 7 | Anchi Cheng | t = tecnai.Krios() |
65 | 2 | Anchi Cheng | t.getMagnification() |
66 | </pre> |
||
67 | |||
68 | 6 | Anchi Cheng | You should get the current magnification at the microscope when the main viewing screen is up |
69 | 5 | Anchi Cheng | |
70 | 11 | Anchi Cheng | h2. Trouble Shooting |
71 | |||
72 | [[unable to initializ Tecnai interface error]] |
||
73 | |||
74 | 5 | Anchi Cheng | h2. Programs to open before Leginon Client: None |