Project

General

Profile

TiltPicker Usage » History » Version 1

Neil Voss, 03/17/2010 11:20 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
* Within TiltPicker:
22
** 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
** Measure particle size using ruler tool, zoom in to get best value
36
** Run DoG picker with wrong contrast
37
** Reject picks
38
** Run DoG picker with correct contrast
39
** Show terminal
40
** Accept picks
41
** Look at DoG map images
42
** Use clear bad picks button
43
** Use polygon tool
44
** Auto optimize
45
** Use cutoff button to remove picks below a threshold
46
** Add more picks
47
** Save and quit