Actions
Bug #1301
closeddefocus series conversion is wrong in uploadimage.php
Status:
Closed
Priority:
High
Assignee:
Category:
Web interface
Target version:
Start date:
05/16/2011
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Description
It is converting from micron to meter by multiplying 1e-10. Why did no one complain?
Updated by Anchi Cheng over 13 years ago
- Category set to Web interface
- Status changed from New to In Code Review
- Assignee changed from Anchi Cheng to Lauren Fisher
- Target version set to Appion/Leginon 2.2.0
r15639 fix this in the trunk. This should go to the branches after testing.
Testing:
1. choose to upload two images grouped by defocii.
2. in the defocus list box enter a pair of defocii such as 1,2 (meaning 1 and 2 micron)
3. show command. The command parameter should have --defocus-list=1.0e-6,2.0e-6 not --defocus-list=1.0e-10,2.0e-10
Updated by Lauren Fisher over 13 years ago
- Status changed from In Code Review to In Test
Updated by Lauren Fisher over 13 years ago
- Status changed from In Test to Merge
- Assignee changed from Lauren Fisher to Anchi Cheng
Updated by Anchi Cheng over 13 years ago
merge as r15951 to branch 2.1 The bug was not there in branch2.0
Actions