TiltPicker Usage » History » Version 8
Neil Voss, 04/15/2010 08:32 AM
1 | 7 | Neil Voss | |
---|---|---|---|
2 | 8 | Neil Voss | A copy of this page is available at: |
3 | |||
4 | http://emg.nysbc.org/projects/tiltpicker/wiki/TiltPicker_Usage |
||
5 | |||
6 | 1 | Neil Voss | h2. RUNNING THE PROGRAM: |
7 | 6 | Neil Voss | ---------------------- |
8 | 1 | Neil Voss | |
9 | 3 | Neil Voss | To run the program, type: |
10 | 1 | Neil Voss | |
11 | 3 | Neil Voss | # ./ApTiltPicker.py -1 image1.mrc -2 image2.mrc -p tiltpicks.spi |
12 | 1 | Neil Voss | |
13 | 3 | Neil Voss | 'tiltpicks.spi' is optional. I left an example in the tiltpicker folder. You must run the program in the tiltpicker folder. To run the example type: |
14 | 1 | Neil Voss | |
15 | 3 | Neil Voss | # ./runPicker.sh |
16 | |||
17 | If all works the picker will open up and you'll have two images of ribosomes. |
||
18 | |||
19 | 5 | Neil Voss | |
20 | 1 | Neil Voss | h2. BUG TRACKING: |
21 | 7 | Neil Voss | ---------------------- |
22 | 3 | Neil Voss | |
23 | TiltPicker bugs are now tracked via the AMI redmine server, visit |
||
24 | http://emg.nysbc.org/projects/tiltpicker/ |
||
25 | to file any bugs |
||
26 | |||
27 | 1 | Neil Voss | |
28 | 4 | Neil Voss | h2. YOUTUBE MOVIE: |
29 | 7 | Neil Voss | ---------------------- |
30 | 3 | Neil Voss | |
31 | I just made a screen capture video on how to use it. It is available is low resolution on youtube: |
||
32 | |||
33 | http://www.youtube.com/watch?v=cw1osPBY_JM |
||
34 | |||
35 | or you can download the full screen version from the appion.org website: |
||
36 | |||
37 | http://code.google.com/p/appion/downloads/list |
||
38 | |||
39 | I recommend using VLC to watch it: |
||
40 | |||
41 | http://www.videolan.org/vlc/ |
||
42 | 1 | Neil Voss | |
43 | 4 | Neil Voss | |
44 | 1 | Neil Voss | h2. STEP BY STEP TUTORIAL: |
45 | ---------------------- |
||
46 | |||
47 | 8 | Neil Voss | * Start TiltPicker |
48 | ** Extract TiltPicker, on command line type: |
||
49 | 1 | Neil Voss | |
50 | 8 | Neil Voss | tar -zxf tiltpicker-2.0.tgz |
51 | 1 | Neil Voss | |
52 | 8 | Neil Voss | ** Go to tiltpicker directory, on command line type: |
53 | 1 | Neil Voss | |
54 | 8 | Neil Voss | cd tiltpicker |
55 | 1 | Neil Voss | |
56 | 8 | Neil Voss | ** Display TiltPicker help, on command line type: |
57 | |||
58 | ./ApTiltPicker.py -h |
||
59 | |||
60 | ** Open TiltPicker, on command line type: |
||
61 | |||
62 | ./ApTiltPicker.py -l data/rawu048b.jpg -r data/rawu049b.jpg -t 50.0 |
||
63 | |||
64 | |||
65 | * Initialize alignment: |
||
66 | ** Maximize window |
||
67 | ** Set correct zoom for images |
||
68 | ** Center the middle bar |
||
69 | ** Pick 5 partcle pairs |
||
70 | ** Save picks to a file |
||
71 | ** Hit the apply button, circles will not match crosses |
||
72 | ** Find theta (tilt angle) |
||
73 | ** Optimize inplane rotations |
||
74 | ** Optimize all parameters |
||
75 | ** Mask region to only look at overlapping regions, overlap is shown on status bar |
||
76 | ** Hit Auto optimize, it performs find theta, optimize angles and mask in a single click |
||
77 | ** If you look at the Terminal it will tell you how many optimization rounds were performed |
||
78 | ** Use transfer picks button, this works but is based on the alignment parameters |
||
79 | |||
80 | * Auto pick particles |
||
81 | ** Measure particle size using ruler tool, zoom in to get best value |
||
82 | ** Run DoG picker with wrong contrast |
||
83 | ** Reject picks |
||
84 | ** Run DoG picker with correct contrast |
||
85 | ** Show terminal |
||
86 | ** Accept picks |
||
87 | ** Look at DoG map images |
||
88 | |||
89 | * Clean up particle picks |
||
90 | ** Use clear bad picks button |
||
91 | ** Use polygon tool |
||
92 | ** Auto optimize |
||
93 | ** Use cutoff button to remove picks below a threshold |
||
94 | ** Add more picks |
||
95 | ** Save and quit |