andyschwarzl / gpuNUFFT

gpuNUFFT - An Open-Source GPU Library for 3D Gridding with Direct Matlab and Python Interface
http://cai2r.net/resources/software/gpunufft-open-source-gpu-library-3d-gridding-direct-matlab-interface
Other
77 stars 32 forks source link

[PYTHON] Add support to provide gridding and interpolation #78

Closed chaithyagr closed 2 years ago

chaithyagr commented 4 years ago

The codes in python just exposes adj_op, op and sense recon. However, the core CUDA codes can be modified to support some generally just gridding and interpolation of kspace data. This is of particular use in density estimation for density compensation.

I have written some partial codes in https://github.com/chaithyagr/gpuNUFFT/tree/add_dens_comp, however I dont call it clean yet. I will get a PR after having cleaned it. Going forward, I would want to add support to density estimation if possible.

chaithyagr commented 2 years ago

This is now done, closing