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
Thanks for the great effort of bringing NUFFT to Pytorch!
The current version of the code is geared towards image analysis, and MRI specifically.
As such, it is hard to grasp the meaning of arguments and their names from the examples.
It would be great to have a basic 1D example of forward/inverse NUFFT-I/NUFFT-II to broaden user
audience
The text was updated successfully, but these errors were encountered:
Great idea - do you have a specific example that might be useful for people executing 1D NUFFTs? If not, I could just throw something elementary together.
I'm experimenting with audio processing, the entire example is pretty complicated to describe it in full. It would be helpful to have something like the examples on the finufft page here:
minimal interface and the mathematical description of what it does.
By the way, which definition of the NUFFT torchkbnufft supports?
A good self-contained example would be to reconcile against the PyTorch fft module. E.g. check that interpolated points are close to the exact value computed over a finer grid.
To me this sounds great @kylematoba - just don't have time to implement it right now myself due to other projects... If you open a PR would be happy to consider it!
Thanks for the great effort of bringing NUFFT to Pytorch!
The current version of the code is geared towards image analysis, and MRI specifically.
As such, it is hard to grasp the meaning of arguments and their names from the examples.
It would be great to have a basic 1D example of forward/inverse NUFFT-I/NUFFT-II to broaden user
audience
The text was updated successfully, but these errors were encountered: