Hitachi install » History » Version 4
Anchi Cheng, 11/13/2020 08:22 PM
1 | 1 | Anchi Cheng | h1. Hitachi 7800 specific installation |
---|---|---|---|
2 | |||
3 | h2. Install myami package on the associated camera computer |
||
4 | |||
5 | * Instead of installing myami package on HHT scope-controlling PC, the access can be through the computer controlling the digital camera. |
||
6 | |||
7 | * No special supporting package needed. |
||
8 | |||
9 | h2.hht.cfg |
||
10 | |||
11 | hht.cfg records some instrument specific parameters that are required to convert the instrument output to SI units that Leginon depends on. |
||
12 | |||
13 | The values in pyscope/jeol.cfg.template is based on NYSBC HT7800 equipped with TVIPS XF416. You may start with these and copy it |
||
14 | 3 | Anchi Cheng | to pyscope/hht.cfg or other [[locate global config directory on Windows|valid myami configuration file locations]]. |
15 | 1 | Anchi Cheng | |
16 | h2. instruments.cfg |
||
17 | |||
18 | [scope] |
||
19 | class: hitachi.HT7800 |
||
20 | cs: 4e-3 |
||
21 | |||
22 | * You will also be adding the camera in the same instruments.cfg since this file is located on the camera computer in this instruction. |
||
23 | |||
24 | h2. Testing with pyscope |
||
25 | |||
26 | In python command |
||
27 | <pre> |
||
28 | from pyscope import hitachi |
||
29 | t =hitachi.HT7800() |
||
30 | t.getHighTension() |
||
31 | </pre> |
||
32 | |||
33 | You should get the current gun high tension value in Volts. |