MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
293 stars 180 forks source link

ENH dwiregister #2474

Open Lestropie opened 2 years ago

Lestropie commented 2 years ago

The issue of inter-modal registration between DWI and T1-weighted image data is a persistent one. It comes up on the forum all the time, and different people have different preferences. There is however a finite set of possible approaches. It would be convenient to have a script utilising the algorithm interface that offers multiple different approaches.

Each would serve the basic purpose of transforming the DWI to align with the T1-weighted image (or potentially other anatomical reference in some applications), rotating the gradient table when it does so. But the tools used to do the registration internally within each algorithm may vary considerably.

Possible algorithms:

Given that many users have their own approaches, and may indeed have bundled up such approaches in scripts, once the base command is in place it would be an opportunity for users to contribute their own algorithms for this task to the software.

Lestropie commented 2 years ago

Possible alternative name: dwi2anat? Maybe a different usage of "2" in command names compared to others. Or something longer like dwianatreg.