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
292 stars 179 forks source link

Bootstrap CSD tracking algorithm #55

Open Lestropie opened 10 years ago

Lestropie commented 10 years ago

Apparently a number of people have asked Ben whether his bootstrapping tracking algorithm will be implemented in MRtrix. It will undoubtedly be much slower than other FOD-based algorithms, but still, it would be nice to have it there to play with. It may also be not too hard to implement with the Bootstrap class already implemented.

Lestropie commented 1 year ago

https://onlinelibrary.wiley.com/doi/epdf/10.1002/hbm.21032

Lestropie commented 1 year ago

FYI @bjeurissen: Have a Masters intern student who is going to make an attempt at this. Feel free to jump in here with any suggestions.

One confound I'm thinking about now is that this issue was listed prior to MSMT. It will potentially be quite tricky to get a command-line interface for tckgen that supports use of MSMT in bootstrap tractography. So we might omit that prospect for now and just focus on soft-constraint single-tissue single-shell CSD.

Below is what I think is a reasonable ordering of steps. May edit as we go.