-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xmipp_volume_align with option --frm does not work after the recent update #294
Comments
Xmipp in devel version is now migrated to python 3 (and expected to be used with scipion 3). |
Thanks for the fast reply. I moved to Scipion3 already and I am happy with it, with few bugs to report. Thanks for all the Scipion/Xmipp team for your efforts and support. |
Thanks for reporting that. I've created separate issue for that, see #295 for a workaround. |
Thanks, I confirm that xmipp_volume_align works there (for python2). |
@MohamadHarastani
|
@DStrelak
The error I get:
I get the same error on another computer as well |
Hi @MohamadHarastani , Since you have more experience with this program, can I ask you to test the code in this branch with more examples, and send me those files that return different results (between version 2 and 3)? |
Hi @DStrelak , |
Hi @MohamadHarastani , |
Yes, we may consider it fixed. |
After some tests of this program, I found two integer division issues here: |
Thanks for spotting those. See #301 |
Hello again,
Consequently, xmipp_volumeset_align, xmipp_nma_alignment_vol and there mpi versions are not working neither. Thanks in advance, Regards |
I found a way to run the program on the terminal by activating the conda environment of scipion3. Still, xmipp_volumeset_align and xmipp_nma_alignment_vol are failing without a clear message (at least to me) to debug the problem. |
Hi @MohamadHarastani , |
Thanks. I just need to find why the other programs are failing (xmipp_volumeset_align and xmipp_nma_alignment_vol, and their mpi versions). |
An isolated test (a minute): I tested with switching between the old and new xmipp versions. The old one works (although I get something about the endianness). The new, I get |
I can confirm that this test fails with
At first glance, the problem is probably caused by some problem at the
|
There is an issue with xmipp_volume_align, that looks python-binding related.
To reproduce:
xmipp_volume_align --i1 volume1.spi --i2 volume2.spi --frm
gives the following error:
XMIPP_ERROR 60: Not classified error.
Cannot import sh_alignment.
File: libraries/interface/frm.cpp line: 85
I would appreciate your help in this regards.
Also, I have noticed that recompiling xmipp (xmipp-bundle / developers way) causes Scipion2 to fail starting, is this normal?
Kindly,
Mohamad
The text was updated successfully, but these errors were encountered: