Project

General

Profile

Hitachi setup » History » Version 5

Anchi Cheng, 11/13/2020 08:38 PM

1 1 Anchi Cheng
h1. Hitachi setup
2
3 5 Anchi Cheng
h2. [[Setup and Calibration for hht.cfg and focus_offset|Save mag and imaging-mode-dependent focus offset]]
4 1 Anchi Cheng
5 3 Anchi Cheng
h2. Leginon Calibration specifics
6 1 Anchi Cheng
7
h3. Follow the general installation and Leginon setup manual until you run "Calibrations" application and finishes obtaining your [[Bright_and_Dark_reference_images]].
8
9
h3. Refining scales in hht.cfg
10
11
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:
12
# Calibrate [[Pixel Size Calibration|pixel size]] more accurately at each magnification used, including lower magnification with the defocus that will be used in experiment.
13
# Iterate adjustment of COIL_PA_SCALE, COIL_IA_SCALE values in hht.cfg and recalibrate in Leginon.
14
15 2 Anchi Cheng
h3. Hint:
16
17
Run hht_scalecalibrator.py to calibrate the scale using a cross-grating grid.  You can copy individual results from the output hht_test.log to your hht.cfg to replace the old scales.
18
19
For critical magnification, you can add mag specific scale calibration.  For example, the following defines the limiting scale of all LOWMAG imaging mode at (-7.5e-4,7.5e-4) except that the scale would be (-7.4e-4,7.4e-4)
20
21
<pre>
22
COIL_IA_200_SCALE%LOWMAG%X = -7.4e-4,7.4e-4
23
COIL_IA_SCALE%LOWMAG%X = -7.5e-4,7.5e-4
24
</pre>
25
26 1 Anchi Cheng
h3. Image Beam Compensation calibration
27
28
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.
29
30
This affects calibration procedure in two ways:
31
* Image Shift should be calibrated at smaller shift distance if the beam moves too much to affect correlation.
32
* [[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
33
34
h3. Modeled Stage Position calibration
35
36
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.
37
38
* 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.