Project

General

Profile

TiltPicker Usage » History » Version 2

Neil Voss, 03/17/2010 11:21 AM

1 1 Neil Voss
h1. TiltPicker Usage
2
3
* Start TiltPicker
4
** Extract TiltPicker, on command line type:
5
<pre>
6
tar -zxf tiltpicker-2.0.tgz
7
</pre>
8
** Go to tiltpicker directory, on command line type:
9
<pre>
10
cd tiltpicker
11
</pre>
12
** Display TiltPicker help, on command line type:
13
<pre>
14
./ApTiltPicker.py -h
15
</pre>
16
** Open TiltPicker, on command line type:
17
<pre>
18
./ApTiltPicker.py -l data/rawu048b.jpg -r data/rawu049b.jpg -t 50.0
19
</pre>
20
21 2 Neil Voss
* Initialize alignment:
22 1 Neil Voss
** Maximize window
23
** Set correct zoom for images
24
** Center the middle bar
25
** Pick 5 partcle pairs
26
** Save picks to a file
27
** Hit the apply button, circles will not match crosses
28
** Find theta (tilt angle)
29
** Optimize inplane rotations
30
** Optimize all parameters
31
** Mask region to only look at overlapping regions, overlap is shown on status bar
32
** Hit Auto optimize, it performs find theta, optimize angles and mask in a single click
33
** If you look at the Terminal it will tell you how many optimization rounds were performed
34
** Use transfer picks button, this works but is based on the alignment parameters
35 2 Neil Voss
36
* Auto pick particles
37 1 Neil Voss
** Measure particle size using ruler tool, zoom in to get best value
38
** Run DoG picker with wrong contrast
39
** Reject picks
40
** Run DoG picker with correct contrast
41
** Show terminal
42
** Accept picks
43
** Look at DoG map images
44 2 Neil Voss
45
* Clean up particle picks
46 1 Neil Voss
** Use clear bad picks button
47
** Use polygon tool
48
** Auto optimize
49
** Use cutoff button to remove picks below a threshold
50
** Add more picks
51
** Save and quit