mri-nufft icon indicating copy to clipboard operation
mri-nufft copied to clipboard

Doing non-Cartesian MR Imaging has never been so easy.

Results 42 mri-nufft issues
Sort by recently updated
recently updated
newest added

From the discussions in #77, #105, #106, #113, and more, It seems that a better display of the trajectories in MRI-NUFFT documentation (building on top of the amazing work of...

documentation
trajectories

Currently, in https://github.com/mind-inria/mri-nufft/blob/f5a6ba006184b96a1f73ff54be27d854797c79fe/src/mrinufft/operators/off_resonnance.py#L19-L58 we just generate the fourier_op which takes the B and C values into account. - [ ] It might help to also include a function in `mrinufft.operators.off_resonance`...

feature request

This PR is here for contributors to review the paper we would like to submit to the Journal of Open Source Software ([JOSS](https://joss.theoj.org/ )) Please check the submitting [guidelines](https://joss.readthedocs.io/en/latest/submitting.html) and...

This PR add a new extension to enable low rank subspace projected NUFFT as described (in a Cartesian context) [here](https://onlinelibrary.wiley.com/doi/10.1002/mrm.26102). A non-exhaustive list potential applications is: - Multi-contrast MRI with...

This is crucial support for many use cases. I have some temporary things added to ensure tests still run good.

https://github.com/mind-inria/mri-nufft/blob/ddd342aef78861e2a9324573b33eca434a4ac16b/src/mrinufft/operators/interfaces/gpunufft.py#L694 This memory isnt really needed as we already have obs_data saved... This can help make it more memory efficient

Currently we run examples once with sphinx gallery and once with test-examples. This is mainly done to ensure our coverage is rightly reported. However, in practice the 2 can be...

As discussed in PR #180, we should provide at some point an option in the off-resonance correction operator to automatically suggest a number of bins and interpolators for a given...

feature request
off-resonance-correction