Project

General

Profile

Hitachi install » History » Version 3

Anchi Cheng, 11/13/2020 07:18 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.
34
35
h2. Leginon Calibration specifics
36
37
h3. Initial [[Setup and Calibration for hht.cfg and focus_offset]]
38
39
h3. Follow the general installation and Leginon setup manual until you run "Calibrations" application and finishes obtaining your [[Bright_and_Dark_reference_images]].
40
41
h3. Refining scales in hht.cfg
42
43
Unfortunately, Leginon's targeting relies on fairly good scale values in hht.cfg.  If you have low confidence on these initial estimate, we recommend doing some iterations of the following:
44
# Calibrate [[Pixel Size Calibration|pixel size]] more accurately at each magnification used, including lower magnification with the defocus that will be used in experiment.
45
# Iterate adjustment of COIL_PA_SCALE, COIL_IA_SCALE values in hht.cfg and recalibrate in Leginon.
46
47
h3. Image Beam Compensation calibration
48
49
Hitachi scopes do not have a high level function we can access through scripting to move image shift without affecting beam location.  Therefore, any Leginon node that uses IMAGE SHIFT move type should be changed to BEAM-IMAGE SHIFT.
50
51
This affects calibration procedure in two ways:
52
* Image Shift should be calibrated at smaller shift distance if the beam moves too much to affect correlation.
53
* [[Image Beam Compensation Calibration]] at mid and high mags (i.e. mags for hl and fa,fc,en,ef) is required to perform the compensation
54
55
h3. Modeled Stage Position calibration
56
57 2 Anchi Cheng
We have observed that HT7800 stage targeting works well only if using modeled stage position as the mover. Follow [[Modeled_Stage_Position_calibration]] to do the calibration.
58 1 Anchi Cheng
59
* Number of periodical terms can be set to 0, and the number of data points in the calibration as few as 5 for it to work. We think the improvement comes from non-orthogonal stage axes that is not accounted for in simple matrix calibration.
60
61
h2. [[Leginon Operation  for HT7800]]