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 was wondering if it might be feasible to provide functions for cuda and cpu that only do the interpolations for type 1 and type 2 nuffts. This would allow us to combine these with torch fftn calls to obtain a full nufft -- without having to worry about storing plans anywhere and abiding by torch's multiprocessing settings.
Furthermore, having these is also useful for density estimation in MRI.
Currently, if I am not mistaken, this is only implemented for cufinufft.
I am opening this issue here first, as it is somewhat related to #56 -- but maybe it would be better to open it in the main repository?
Cheers
Felix
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if it might be feasible to provide functions for cuda and cpu that only do the interpolations for type 1 and type 2 nuffts. This would allow us to combine these with torch fftn calls to obtain a full nufft -- without having to worry about storing plans anywhere and abiding by torch's multiprocessing settings.
Furthermore, having these is also useful for density estimation in MRI.
Currently, if I am not mistaken, this is only implemented for cufinufft.
I am opening this issue here first, as it is somewhat related to #56 -- but maybe it would be better to open it in the main repository?
Cheers
Felix
The text was updated successfully, but these errors were encountered: