Skip to content
J-Donald Tournier edited this page May 2, 2014 · 49 revisions

MRtrix provides a set of tools to perform diffusion-weighted MRI white matter tractography in the presence of crossing fibres, using Constrained Spherical Deconvolution (Tournier et al.. 2004; Tournier et al. 2007), and a probabilisitic streamlines algorithm (e.g. Behrens et al., 2003; Parker et al., 2003). These applications have been written from scratch in C++, using the functionality provided by the GNU Scientific Library, and gtkmm. The software is currently capable of handling DICOM, NIfTI and AnalyseAVW image formats, amongst others. The source code is distributed under the GNU General Public License.

For further information, please see the following pages:

** This site is under development - documentation will be added soon! **

Acknowledging this work

If you wish to include results generated using the MRtrix package in a publication, please include a line such as the following to acknowledge this work:

Fibre-tracking was performed using the MRtrix package (J-D Tournier, Brain Research Institute, Melbourne, Australia, http://www.brain.org.au/software/) (Tournier et al. 2012)

Other relevant references include:

  • Tournier et al. 2004 for the general concept of spherical deconvolution.
  • Tournier et al. 2007 for the particular implementation of constrained spherical deconvolution (as included in MRtrix and performed using csdeconv).
  • Calamante et al. 2010 for track density imaging (TDI).

Warranty

The software described in this manual has no warranty, it is provided "as is". It is your responsibility to validate the behavior of the routines and their accuracy using the source code provided, or to purchase support and warranties from commercial redistributors. Consult the GNU General Public License for further details.

License

MRtrix is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MRtrix is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with MRtrix. If not, see http://www.gnu.org/licenses/.

Support

For support, please subscribe to the MRtrix mailing list and post your questions there. You can also browse through the archives to see if your question has already been addressed. Notifications of new releases will also be publicised on that list.

You may also find that your questions have already been answered in the Frequently Asked Questions.

Supported platforms

MRtrix should compile and run on any Unix-like system, provided the GNU Scientific Library, Qt (version >= 4.8) and a working implementation of OpenGL (version > 3) are available on that system.

Clone this wiki locally