Hitachi install » History » Version 9
Anchi Cheng, 07/29/2021 03:36 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 | 7 | Anchi Cheng | h2. hht.cfg |
| 10 | 1 | Anchi Cheng | |
| 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: 3e-3 |
||
| 21 | 6 | Anchi Cheng | |
| 22 | * Cs for HR and HC modes are 3.0 mm and 5.2 mm, respectively. You will most likely use HR mode on the final image. |
||
| 23 | 1 | Anchi Cheng | |
| 24 | * You will also be adding the camera in the same instruments.cfg since this file is located on the camera computer in this instruction. |
||
| 25 | |||
| 26 | h2. Testing with pyscope |
||
| 27 | |||
| 28 | In python command |
||
| 29 | <pre> |
||
| 30 | from pyscope import hitachi |
||
| 31 | t =hitachi.HT7800() |
||
| 32 | t.getHighTension() |
||
| 33 | </pre> |
||
| 34 | |||
| 35 | You should get the current gun high tension value in Volts. |
||
| 36 | 8 | Anchi Cheng | |
| 37 | _____________ |
||
| 38 | 9 | Anchi Cheng | |
| 39 | h2. Next Step: [[hitachi setup|Hitachi physical shift Calibrations]] |