Project

General

Profile

TiltPicker Usage » History » Version 11

Neil Voss, 04/15/2010 08:33 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
** 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