prewind#
- mrinufft.trajectories.tools.prewind(trajectory, Ns_transitions)[source]#
Add pre-winding/positioning to the trajectory.
The trajectory is extended to start before the readout from the k-space center with null gradients and reach each shot position with the required gradient strength.
- Parameters:
trajectory (array_like) – Trajectory to extend with rewind gradients.
Ns_transitions (int) – Number of pre-winding/positioning steps used to leave the k-space center and prepare for each shot to start.
- Returns:
Extended trajectory with pre-winding/positioning.
- Return type:
array_like
Examples using mrinufft.trajectories.tools.prewind
#
Trajectory tools