Actions
Bug #2396
closeduploadEMANRefine.py does not handle mirror correctly
Start date:
06/14/2013
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.0.0
Show in known bugs:
No
Workaround:
Description
The code that convert Eulers with mirror to Eulers without mirror was never applied due to
if mirror is True:
when mirror is set to an integer in the previous line
This reconstruction based on the uploaded Euler therefore looks like a merged of the two mirrored structure.
Updated by Anchi Cheng over 11 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Dmitry Lyumkis
r17655 fix this plus adding some comments
Updated by Dmitry Lyumkis over 11 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Dmitry Lyumkis to Amber Herold
this looks good. I just checked the other uploaders (Xmipp and ML3D), and they have the mirror set to a boolean, which would make the "if mirror is True" statement valid rather than "if mirror". This is another option for the code.
Actions