rewind#
- mrinufft.trajectories.rewind(trajectory: ndarray[tuple[Any, ...], dtype[_ScalarT]], Ns_transitions: int) ndarray[tuple[Any, ...], dtype[_ScalarT]][source]#
Add rewinding to the trajectory.
The trajectory is extended to come back to the k-space center after the readouts with null gradients.
- Parameters:
trajectory (NDArray) – Trajectory to extend with rewind gradients.
Ns_transitions (int) – Number of rewinding steps used to come back to the k-space center.
- Returns:
Extended trajectory with rewinding.
- Return type:
NDArray