create_polynomial_density#
- mrinufft.trajectories.create_polynomial_density(shape: tuple[int, ...], decay: float, resolution: ndarray[tuple[Any, ...], dtype[_ScalarT]] | None = None) ndarray[tuple[Any, ...], dtype[_ScalarT]][source]#
Create a density with polynomial decay from the center.
- Parameters:
- Returns:
A density array with polynomial decay.
- Return type:
NDArray