Project

General

Profile

Hitachi install » History » Version 5

Anchi Cheng, 11/19/2020 03:16 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 5 Anchi Cheng
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.
19
20 1 Anchi Cheng
[scope]
21
class: hitachi.HT7800
22 5 Anchi Cheng
cs: 3e-3
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.