mri-nufft icon indicating copy to clipboard operation
mri-nufft copied to clipboard

Add TURBINE/REPI with EPI-based tools

Open Daval-G opened this issue 8 months ago • 4 comments

This PR adds the following features:

  • initialize_3D_TURBINE function to create a TURBINE trajectory requested in issues #50, that consists in EPI shots rotated into a cylinder,
  • initialize_3D_REPI function to create a REPI trajectory requested in issues #49, that can be either radial or spiral EPI-like shots interlaced between blades rather than stacked independently
  • epify function used to combine shots into a single multi-echo readout train, similar to EPI shots
  • prewind and rewind to create the positioning & spoiling gradients before and after the readouts, and therefore obtain the full gradient sequence rather than just the one played during the readouts.

The different functions & features are illustrated below, with the TURBINE & REPI trajectories (up) and the epify/prewind/rewind tools applied to different trajectories (down)

Screenshot from 2024-06-23 18-15-06

Screenshot from 2024-06-23 18-15-36

Daval-G avatar Jun 23 '24 21:06 Daval-G