voronoi#

mrinufft.density.voronoi(traj, *args, **kwargs)[source]#

Estimate density compensation weight using voronoi parcellation.

In case of multiple point in the center of kspace, the weight is split evenly.

Parameters:
  • traj (array_like) – array of shape (M, 2) or (M, 3) containing the coordinates of the points.

  • *args – Dummy arguments to be compatible with other methods.

  • **kwargs – Dummy arguments to be compatible with other methods.

References

Based on the MATLAB implementation in MIRT: JeffFessler/mirt

Example using voronoi:#

Off-resonance corrected NUFFT operator

Off-resonance corrected NUFFT operator

Minimal example script

Minimal example script

Stacked NUFFT operator

Stacked NUFFT operator

Subspace NUFFT Operator

Subspace NUFFT Operator