You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been updating and re-maintaining some legacy tomography code which contains this implementation of PyMR-FBP as well. However, my code contains the following calls:
AttributeError: module 'mrfbp' has no attribute 'ASTRAProjector'
The pymrfbp package has been installed from the pymrfb root folder using:
pip install -e .
Do you have any idea why this happens and how can this be overcome. I am sure there is an easy and elegant solution, but I am failing to see it ... Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
I think the code you are using is using an old version of the MRFBP implementation. The current implementation uses the ASTRA toolbox plugin system to initialize and call the MRFBP algorithm, as described here: https://github.com/dmpelt/pymrfbp/blob/master/examples/ASTRAExample.py .
Hello,
I've been updating and re-maintaining some legacy tomography code which contains this implementation of PyMR-FBP as well. However, my code contains the following calls:
The error is:
The pymrfbp package has been installed from the pymrfb root folder using:
Do you have any idea why this happens and how can this be overcome. I am sure there is an easy and elegant solution, but I am failing to see it ... Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: