Actions
Bug #3995
closedpolishStack.py fails if expperframe and expweight are noneType
Start date:
03/01/2016
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
Description
If expweight and expperframe are not specified, expperframe is noneType instead of float, which causes an error at the line
f.write("expperframe=%.3f\n" % self.params['expperframe'])
Added a check so that f.write("expperframe... only executes if expperframe is data type float.
Actions