Project

General

Profile

Navigator » History » Version 2

Amber Herold, 04/27/2010 02:47 PM

1 1 Amber Herold
h1. Navigator
2
3
4
5
The Navigator node is quite useful because it allows the user to test many of the
6
calibrations that have been completed, such as image shift, beam shift, stage position,
7
modeled stage position, and dose measurements (indirectly). Additionally, Navigator could be
8
used to simply navigate across the grid in the microscope using Leginon calibrations and
9
acquire images directly. A iterative stage movement requested by Acquisition Node Class is
10
also possible.
11
12
<highlights>
13
14
Required bindings to use preset instrument configuration set by presets manager
15
16
<simplelist type="vert">
17
<member> PresetsManagerNode - (PresetChangedEvent) -> NavigatorNode</member>
18
</simplelist>
19
</highlights>
20
<highlights>
21
22
Required bindings to use Navigator to move to a target (iteratively) by Aquisition node
23
class.
24
25
<simplelist type="vert">
26
<member> AcquisitionNode - (MoveToTargetEvent) -> NavigatorNode</member>
27
</simplelist>
28
</highlights>
29
30
31
h2.  Navigate using a calibration
32
33
34
A particular calibration, "stage position, image shift, modeled stage position, or beam
35
shift," can be chosen to navigate across the grid (or the current image in Navigator). The
36
"beam shift" calibration will center the beam. While using the "beam shift" TEM parameter
37
option, try to double click towards the center of the beam (that is displayed in the CCD
38
imaging area). The new image will try to center the beam around the point where the mouse
39
was double clicked.
40
41
42
43
44
*  Leginon/Navigator> click Acquire
45
46
47
*  Leginon/Navigator> select the TEM Parameter (the calibration to test)
48
49
Available calibrations (these calibrations are only available if they have been
50
completed):
51
52
53
54
55
* <link linkend="mcal_st_pos">Stage Position</link>
56
57
58
* <link linkend="mcal_im_sh">Image Shift</link>
59
60
61
* <link linkend="gonmodeler">Modeled Stage Position</link>
62
63
64
* <link linkend="mcal_bm_sh">Beam Shift</link>
65
66
67
68
69
70
71
*  Leginon/Navigator> Target to one area by double left clicking
72
73
- The feature that is double clicked will be centered in the image. If the
74
feature is not centered in the new image, then the calibration needs to be repeated or
75
the microscope has been altered in some way.
76
77
78
79
80
81
82
83
84
85
86
87
h2. Iterative Move Navigation
88
89
90
Navigation, especially navigation by stage position movement, has error that is larger
91
at larger moving distance. Therefore, the accuracy of the navigation by stage movement can
92
be improved by multiple moves. By specifying the tolerance of the navigation error, Leginon
93
can achieve more accurate navigation. This feature is activated by giving a non-zero value
94
for "Move to within xx m of clicked position" within Navigator for direct click-and-move or
95
from an Acquisition node class that uses Navigator as the mover.
96
97
98
99
100
101
h2. Calibration Assessment
102
103
104
Calibration Error Checking can calculate and display how much error there is between
105
the targets that were selected and how accurate the selected calibration moved to that
106
target.
107
108
109
110
111
*  Leginon/Navigator> enable the Calibration Error Checking checkbox.
112
113
114
*  Leginon/Navigator> select the TEM Parameter (the calibration to test)
115
116
117
*  Leginon/Navigator> click Acquire
118
119
120
*  Leginon/Navigator> Target to one area by double left clicking
121
122
123
*  Leginon/Navigator> Result will show how much error there was between what was
124
selected and what the image actually shows.
125
126
127
128
129
130
131
132
133
134
h2.  Save and Restore Stage Locations
135
136
137
Save (x, y) stage positions in the Stage Locations section to later revisit the same
138
positions. Keep the From Scope gets X and Y Only check box enabled, otherwise the z will
139
also be recorded (this is most probably not useful for later checking).
140
141
142
143
144
_Save a new location:_
145
146
147
*  Leginon/Navigator> enter a New Name (for the postion that will be saved).
148
149
150
151
*  Leginon/Navigator> enter a New Comment.
152
153
154
*  Leginon/Navigator> click New Location From Scope (to save the current stage
155
position).
156
157
158
- The new saved location will appear in the Location Selector.
159
160
161
162
163
164
165
_Go to a saved location:_
166
167
168
*  Leginon/Navigator> select a location (from the Location Selector).
169
170
171
*  Leginon/Navigator> click To Scope
172
173
174
175
176
177
178
_Update / Remove a saved location:_
179
180
181
*  Leginon/Navigator> select a location (from the Location Selector).
182
183
184
*  Leginon/Navigator> click From Scope (to update) or Remove (to delete the
185
location).
186
187
188
189
190
191
192
193
194
195
h2.  Settings
196
197
198
199
200
201
*  Check Move Error = Use correlation to find the actual shift of images before and
202
after navigation and compare that with the expected shift value according to the
203
calibration used.
204
205
206
*  Wait time after shift = Settling time after the navigation before image
207
acquisition.
208
209
210
*  Override Preset = use this node's <link linkend="camconfig">Instrument and Camera
211
Configuration</link> to acquire the images in this node
212
213
214
*  Local Correlation Size (pixels) = The images are cropped before correlation to a
215
square box of this size around the intended target on the original image and the same
216
around the center of the image after the move. Such cropping limit the correlation
217
peak in a expected distance. This setting is the only navigation settings that also
218
applied to all MoveToTarget request from other nodes.
219
220
221
* Move to within "xx" m of clicked position = The tolerance for iterative
222
movement.
223 2 Amber Herold
224
225
226
227
______
228
229
[[Mosaic Target Maker|< Mosaic Target Maker]] | [[Pixel Size Calibrator|Pixel Size Calibrator >]]
230
231
______