Actions
Bug #4506
openctfinsert.py rejects angle of stigmation happens to be near 90 degrees.
Start date:
10/05/2016
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
Description
elif not confirm_degrees and absangle > 0 and absangle < 1.571: msg = "suspicious angle astigmatism, may be in radians (%.4f)"%(absangle) radian_suspects += 1 apDisplay.printWarning(msg) return False
Actions