Project

General

Profile

TiltPicker Usage » History » Version 13

Neil Voss, 04/15/2010 08:38 AM

1 11 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 9 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 9 Neil Voss
  ./runPicker.sh
16 3 Neil Voss
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
** Go to tiltpicker directory, on command line type:
52 1 Neil Voss
53
 cd tiltpicker	
54
** Display TiltPicker help, on command line type:
55 8 Neil Voss
56 11 Neil Voss
 ./ApTiltPicker.py -h
57 8 Neil Voss
** Open TiltPicker, on command line type:	
58
59
 ./ApTiltPicker.py -l data/rawu048b.jpg -r data/rawu049b.jpg -t 50.0	
60
61
62
* Initialize alignment:
63
** Maximize window
64
** Set correct zoom for images
65
** Center the middle bar
66
** Pick 5 partcle pairs
67
** Save picks to a file
68 12 Neil Voss
** Hit the apply button, circles will NOT match crosses
69 13 Neil Voss
** Find theta (tilt angle) -- Hit *Theta...* button, Hit *Run*, Hit *Apply*
70
** Optimize inplane rotations -- Hit *Optimize...*, Hit *Run* a few times, Hit *Apply*
71
** Use *Mask* button to only look at overlapping regions, overlap % is shown on status bar
72
** Hit *Auto Optimize*, it automatically performs last 3 steps in a single click
73 8 Neil Voss
** If you look at the Terminal it will tell you how many optimization rounds were performed
74
** Use transfer picks button, this works but is based on the alignment parameters
75
76
* Auto pick particles
77
** Measure particle size using ruler tool, zoom in to get best value
78
** Run DoG picker with wrong contrast
79
** Reject picks
80
** Run DoG picker with correct contrast
81
** Show terminal
82
** Accept picks
83
** Look at DoG map images
84
85
* Clean up particle picks	
86
** Use clear bad picks button	
87 1 Neil Voss
** Use polygon tool
88
** Auto optimize
89
** Use cutoff button to remove picks below a threshold
90
** Add more picks
91
** Save and quit
92 12 Neil Voss
93
h2. BUTTON DOCUMENTATION:
94
----------------------
95
96
(from left to right)