Bug #65
closedUsers should not be allowed pick particles outside of the image.
Description
In the TiltPicker, it is possible to pick particles outside of the image. Normally, this is not a problem except that you cannot easily remove these erroneous picks.
I propose that the picks either (1) be rejected in the ImagePanel onClick function or (2) be cleared when the onApply button is pushed.
This is not a general feature for the ImagePanel, because in Leginon it is desirable to pick outside the image when using the navigator.
But this could also be applied to the ManualPicker.
source:trunk/appion/bin/manualpicker.py
source:trunk/appion/bin/ApTiltPicker.py
Updated by Neil Voss almost 15 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Amber Herold
- % Done changed from 0 to 100
- Estimated time set to 0.10 h
Updated by Amber Herold over 14 years ago
Why do you check for x and y > 2 rather than 0 or 5 or something else?
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Neil Voss
Updated by Neil Voss over 14 years ago
- Assignee changed from Neil Voss to Amber Herold
you are picking the center of the particle, so pixel zero is too close to the edge. I thought 5 pixels would be too much, so I choose 2. The most mathematically pleasing choice would be 0, but the user cannot tell the difference between 0 and 2 in the GUI.
Updated by Neil Voss over 14 years ago
- Project changed from Appion to TiltPicker
- Category deleted (
3)
Updated by Amber Herold over 14 years ago
- Status changed from In Code Review to Closed