Python Sparse data Analysis Package external MRI plugin.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
-
mri.operators.fourier.utils.estimate_density_compensation(kspace_loc, volume_shape, num_iterations=10)[source]ΒΆ Utils function to obtain the density compensator for a given set of kspace locations.
- Parameters
kspace_loc : np.ndarray
the kspace locations
volume_shape : np.ndarray
the volume shape
num_iterations : int default 10
the number of iterations for density estimation
Follow us