Project

General

Profile

Creating Hole Template » History » Version 4

Anchi Cheng, 12/02/2010 12:21 AM

1 1 Amber Herold
h1. Creating Template
2
3
4
Any image can be used as a template for the hole finder. If you create your own, you just need to point the node preference to the right mrc file. Our philosophy for the template distributed with the Leginon package (your leginon python source path/holetemplate.mrc) was to make a hole template that had the average features of a 2 micron hole covered in vitreous ice. To accomplish this, we took fifty images of holes acquired by Leginon at 5000X magnification. Holes were then boxed out of these images using the boxer utility in the EMAN package making sure that the holes were in the center of the box.
5
6
7 3 Amber Herold
!http://emg.nysbc.org/software/leginon/images/images/JAHCHole.png! 
8 1 Amber Herold
9 3 Amber Herold
Figure 1-Boxing a hole
10 1 Amber Herold
11 3 Amber Herold
12 1 Amber Herold
The hole images were then assembled into a single Imagic stack. Since the hole images were well centered, they were then averaged to produce an image of an average hole (fig. 2). Finally, the average hole image was rotationally averaged to produce a symmetrical generalized hole image (fig. 3).
13
14
15 3 Amber Herold
!http://emg.nysbc.org/software/leginon/images/images/JAHCAvg.png!
16 1 Amber Herold
17 3 Amber Herold
Figure 2-Average of 50 holes 
18 1 Amber Herold
19 3 Amber Herold
!http://emg.nysbc.org/software/leginon/images/images/JAHCRotAvg.png! 
20
21
Figure 3-Rotationally averaged final template.
22
23
24 1 Amber Herold
The following is the EMAN program and parameters associated with each step.
25
26
27 3 Amber Herold
1.  For 10-50 hole images, run boxer to box out holes and save them as a pair of IMAGIC file (hole.hed and hold.img).
28 1 Amber Herold
29
30
<pre>boxer <hole_image.mrc></pre>
31
32
33 3 Amber Herold
2.  Average hole images and save the output as an MRC image file.
34 1 Amber Herold
35
36
<pre>proc2d hole.hed average.mrc average</pre>
37
38
39 3 Amber Herold
3.  Rotationally average the average hole image and save as an MRC image file.
40 1 Amber Herold
41
42
<pre>proc2d average.mrc rotav.mrc rotav</pre>
43
44
45 3 Amber Herold
4.  The result is the new hole template.
46 2 Amber Herold
47
48
49
______
50
51 4 Anchi Cheng
[[Summary of this application - MSI-T|< Summary of this application]] | [[Hole Targeting Set-up for MSI-T|Hole Targeting Set-up for MSI-T >]]
52 2 Amber Herold
53
______