Project

General

Profile

TiltPicker Usage » History » Version 10

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

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