Project

General

Profile

TiltPicker Changelog » History » Version 3

Neil Voss, 04/15/2010 10:04 AM

1 2 Neil Voss
v2.0 -- April XX, 2010
2 1 Neil Voss
3
NOTES:
4 3 Neil Voss
5 1 Neil Voss
 TiltPicker bugs are now tracked via the AMI redmine server, visit
6
 http://emg.nysbc.org/projects/tiltpicker/
7
 to file any bugs
8 2 Neil Voss
9 1 Neil Voss
BUGS:
10 3 Neil Voss
11 1 Neil Voss
 *	Particle picking outside image area is now not allowed
12
 *	Made sure all functions are available from the top menu
13
 *	When saving a file, it checks the extension and adds one if it does not exist
14
 *	Shortened button row, for smaller screens
15
 *	Fixed polygon tool for rectagular images
16
 *	Fixed reversal of tilt axis angles
17
 *	Fixed improper print of DoG picker particle contrast messages on command line.
18
 *	Faster polygon removal
19 2 Neil Voss
20 1 Neil Voss
FEATURES:
21 3 Neil Voss
22 1 Neil Voss
 *	Added transfer picks option (Alt-X)
23
 *	Added complete features for DoG picker:
24
	- specify multiple size
25
	- show DoG maps in GUI for advanced threshold/size tweaking
26
 *	Added particle cutoff tool to remove all particles with error above cutoff
27
 *	Users can now open new images from the menu
28
 *	Added About TiltPicker screen
29
 *	Print version and citation info upon launch on command line
30
 *	Users can now reject the results from DoG picker if the picks were bad
31
 * A dialog asks for confirmation to reset or clear parameters
32
 *	Added TiltPick2Spi.py program to split single TiltPicker file into 3 spider files
33
 *	Changed default shapes to differently sized circles, this is customizable on command line
34
 * Added more dialogs and checking to prevent user error
35
 * Better documentation in docs/USAGE.txt
36
37
v1.0	-- Jan 22, 2009
38 3 Neil Voss
39 1 Neil Voss
 *	Better output file writing; completely rewritten
40
 *	Can now both read and write SPIDER, Text and Pickle files
41
 *	Add all button the menus at the top
42
 *	Set minimum window size to work well on 1024x768 laptop
43
 *	Fixed problem with DoG picker on rectangular images
44
 *	Removed numextension requirement from polygon tool
45
 *	Enable guess shift functionality
46
 *	Better bad picks processing
47
 *	Ability to read SPIDER images, did not realize this was missing
48
 *	Added ApTiltAutoPicker.py, type --help to see options
49
 *	Set SPIDER file format as the default output
50
 *	Published paper:
51
  N.R. Voss, C.K. Yoshioka, M. Radermacher, C.S. Potter and B. Carragher
52
  "DoG Picker and TiltPicker: software tools to facilitate particle
53
    selection in single particle electron microscopy."
54
  DOI: http://dx.doi.org/10.1016/j.jsb.2009.01.004
55
56
v0.9.1	-- May 22, 2008
57 3 Neil Voss
58 1 Neil Voss
 *	Fixed bug when saving files of uneven number of particles
59
60
v0.9	-- May 21, 2008
61 3 Neil Voss
62 1 Neil Voss
 *	Added aligned x,y to txt format
63
 *	Removed radermacher module requirement, but still recommended
64
 *	Removed numextension module requirement
65
 *	Change mask to not alter levels so much
66
 *	Fixed crashed when only one worst pick is chosen
67
 *	Fixed guess xy-shift for large tilts
68
 *	Set max peaks in DoG picker
69
 *	Range to search for particle pair is limited by particle size in DoG picker
70
 *	~~Sort particles based on distance from upper-left corner; helps for finding unmatched particles~~
71
 *	Added "Auto Optimize" button, to auto run "Find Theta", "Optimize Angles", and "Mask Region"
72
 *	Set upper limit of bad particles to 10
73
 *	Fixed overlap import to database
74
75
v0.8	-- Feb 1, 2008
76 3 Neil Voss
77 1 Neil Voss
 *	Removed 'from gui.wx', should fix some importing bugs
78
 *	Reset mask with reset button
79
 *	Add DoG auto picking (experimental)
80
 *	Add clear bad picks & remove clear all picks buttons
81
 *	Show particles with largest error 4*stdev and min filter
82
 *	Added number of triangles used to find theta dialog
83
 *	Changed bad picks behavior to always highlight worst particle
84
 *	Added 'Guess Shift' for pipeline tilt picker
85
 *	Calculates percent overlap when mask is selected
86
 *	Added selection polygon removal tool
87
 *	Better particle pick importing no more orphans
88
 *	Better polygon removal no more orphans
89
 *	Tried to organize buttons better, still needs work
90
 *	Does allow you to quit with uneven # of particles
91
 *	Bad picks shows unmatched particles
92
93
v0.7	-- Dec 5, 2007
94 3 Neil Voss
95 1 Neil Voss
 *	Added FAQ based on emails I have received
96
 *	Add error values to text file output
97
 *	Auto-save feature to prevent against crashing
98
 *	Show particles with largest error: if error > mean+3*stdev then yellow cross
99
 *	Fix for xy-shifting
100
 *	Fix for import Leginon tilt data
101
 *	Fix for error values in text file
102
103
v0.6.4	-- Nov 27, 2007
104 3 Neil Voss
105 1 Neil Voss
 *	Removed requirement for apVersion from apParam
106
107
v0.6.3	-- Nov 27, 2007
108 3 Neil Voss
109 1 Neil Voss
 *	Removed requirement for sinedon and sinedon.cfg from apParam
110
 *	Changed gamma and phi angles to agree with WEB
111
 *	Fixed mask regions for non-square images
112
 *	Remove save buttons from bottom button row to make room for future buttons
113
114
v0.6.2	-- Nov 20, 2007
115 3 Neil Voss
116 1 Neil Voss
 *	Fixed reading of JPEG, PNG, TIFF images
117
 *	Clean up help function
118
 *	Created ChangeLog file
119
120
v0.6.1	-- Nov 19, 2007
121 3 Neil Voss
122 1 Neil Voss
 *	Fix for module installations
123
 *	Created INSTALL file
124
 *	Added Apache 2.0 LICENSE file
125
 *	Ctrl-A does 'apply' NOT 'save as'
126
127
v0.6	-- Nov 7, 2007
128 3 Neil Voss
129 1 Neil Voss
 *	Major feature changes
130
 *	Use optparse for command line parsing
131
 *	Fix SPIDER commenting
132
 *	Allow adjusting of icon shapes & sizes
133
134
v0.5	-- Oct 2, 2007
135 3 Neil Voss
136 1 Neil Voss
 *	First full-featured release