Bug #727
closedincorrect angles in saxton scheme
100%
Description
We discovered an error in Leginon Tomography when using equally sloped angles. The algorithm that calculates the angles does indeed make the tilt increment smaller with increasing tilts, but we found that above a certain point, the tilt increment starts increasing again at the highest tilts. I have attached a plot of the tilt increment vs. tilt angle to illustrate the problem.
Files
Updated by Anchi Cheng over 14 years ago
- Status changed from New to Assigned
- Assignee set to Anchi Cheng
Updated by Anchi Cheng over 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Jim Pulokas
- % Done changed from 0 to 100
Implement what I think is Saxton scheme in r14465. r14466 is the gui change for it. No longer using power of 2 for determining the number of tilts per direction. Use an iterative refinement method since it is quite fast and since I can't work out the math to solve it.
Scott should to the testing.
Updated by Scott Stagg over 14 years ago
- File angles2.png angles2.png added
That seems to have worked. The attached plot looks more like what we'd expect.
Updated by Anchi Cheng over 14 years ago
Checked the original paper for the correctness of the tilts. Commit to branch 2.0 as r14652. This issue can be closed if Jim does not or does not want to find more efficient algorithm.
Updated by Amber Herold about 14 years ago
- Target version set to Appion/Leginon 2.0.3
Updated by Sargis Dallakyan almost 7 years ago
- Status changed from In Code Review to Closed