Project

General

Profile

Krios Leginon Preferences » History » Version 3

Anchi Cheng, 06/23/2019 11:06 AM

1 3 Anchi Cheng
h1. Krios Leginon Setup from Anchi
2 1 Anchi Cheng
3
Here are notes of my experimental setup for our Krios modified from the standard values.  To apply this on Krios but not on other scopes in the same database, you should copy your application to a different name and rename each node affected.  I add a K in front of them, for example.
4
5
You need post 3.0 version to take advantages of some of these if I indicate.
6
7
h2. Preset cycling vs lens normalization
8
9
All Krios Leginon users in the past use preset cycling just that they do on other scope.  However, if lens is normalized for every preset from sq to en as the default, it takes quite a while and seems unnecessary.  One group reported that they only cycle high magnification presets.  Another turned off lens normalization.  Here I record what I do to use lens normalization only.
10
11
<pre>
12
KPresets Manager/settings/cycle presets = No.
13
</pre>
14
15 2 Anchi Cheng
To use this, you will need to add extra normalization from the standard list given at installation.  Here are our current normalization settings in TUI.
16 1 Anchi Cheng
17 2 Anchi Cheng
|condition description|Condenser|Projector|Objective|
18
|TEM LM <>SA|No|Yes|Yes|
19
|TEM magnification change|Yes|Yes|Yes|
20
|TEM spotsize|Yes|Yes|Yes|
21 1 Anchi Cheng
22 3 Anchi Cheng
This is all default behavior except Magnification Change normalization.
23
24 1 Anchi Cheng
h2. Stage xy movement backlash
25
26
Krios compustage we have performs its own hysteresis removal.  Including backlash correction as is in standard Leginon setup actually makes the targeting less accurate.  To check if this is true for yours.  Do this test:
27
28
# From Leginon Navigation node, acquire an image at sq preset.
29
# Insert Flucam so that you can observe the trajectory.
30
# Click on the Leginon Navigation node image panel a position that requires significant movement in both x and y to reach.
31
# Watch how the trajectory of the targeting.
32
33
Instead of a straight diagonal move (xy moved together) or zigzag (xy moved separated), if the stage reach the position by a curved line like the trajectory of Boomerang not coming back to you (depending on the vector of the supposed movement), you have a self-corrected compustage.
34
35
If you do, you should change to turn backlash off.
36
37
r18177 in 3.0 gives a new instrument class called Krios that you can use.  In instruments.cfg on the scope computer, put
38
<pre>
39
tecnai.Krios
40
</pre>
41
in place of
42
<pre>
43
tecnai.Tecnai
44
</pre>
45 3 Anchi Cheng
46
For 3.3 and above, use fei.Krios in instruments.cfg on the scope computer
47
<pre>
48
fei.Krios
49
</pre>
50
51 1 Anchi Cheng
52
For existing installation with calibrations, using new class will confuse the queries.  Therefore, run the attached python script (tem_classname_change.py) in your leginon processing host to change the database record before starting leginon again.