Actions
Bug #3656
openprepRefineFrealign.py does not convert stack properly
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/13/2015
Due date:
% Done:
0%
Estimated time:
Description
Traceback (most recent call last):
File "/opt/myamisnap/bin/prepRefineFrealign.py", line 247, in <module>
app.start()
File "/opt/myamisnap/lib/appionlib/apPrepRefine.py", line 420, in start
self.__processStack(prepdata)
File "/opt/myamisnap/lib/appionlib/apPrepRefine.py", line 363, in __processStack
self.convertToRefineStack()
File "/opt/myamisnap/bin/prepRefineFrealign.py", line 189, in convertToRefineStack
xmipp_normtext = self.setArgText('xmipp-normalize',(paramdata['xmipp-norm'],),True)
File "/opt/myamisnap/lib/sinedon/data.py", line 517, in __getitem__
return self.special_getitem(key, dereference=True)
File "/opt/myamisnap/lib/sinedon/data.py", line 496, in special_getitem
value = super(Data, self).__getitem__(key)
KeyError: 'xmipp-norm'
Updated by Anchi Cheng about 10 years ago
- Related to Bug #3327: Remove proc2d from makestack2.py added
Updated by Anchi Cheng about 10 years ago
broke because normalizemethod replaces xmipp-norm in appiondata apStackParams
There may be more
Actions