-
Notifications
You must be signed in to change notification settings - Fork 105
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
FBP not scaled when PYFFTW_AVAILABLE is True #1617
Comments
There seems to be a scaling issue in how FFT is used in the context of FBP. |
Just to make sure this is totally unrelated to ASTRA (which I think it is), can you @Yao1993 try the same example but now using scikit images back-end instead of ASTRA? For this, you would need to switch geometry to parallel beam. |
The torch.fft module has nearly the same apis as numpy.fft. I just replace numpy.fft with torch.fft in |
When pyfftw not installed, the output is
When pyfftw installed, the output is
Update:
When pyfftw==0.12.0, the scale is correct.
The text was updated successfully, but these errors were encountered: