Skip to content

MRtrix 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

License

gkocevar/mrtrix3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRtrix

The complete documentation for MRtrix will eventually be found on the wiki, including a detailed decription of the installation procedure.

Quick install:

  1. Install dependencies by whichever means your system uses. These include: Python (>=2.6), a C++ compiler, POSIX threads, GNU Scientific Library (GSL, >= 1.1), zlib, OpenGL (>=3), and Qt (>=4.8).

  2. Clone Git repository and compile:

     $ git clone https://github.com/jdtournier/mrtrix3.git
     $ cd mrtrix3/
     $ ./configure 
     $ ./build
    
  3. Set appropriate environment variables:

    • Bash shell:

        $ export PATH=/<edit as appropriate>/mrtrix-0.3/bin:$PATH
      
    • C shell:

        $ setenv PATH /<edit as appropriate>/mrtrix-0.3/bin:$PATH
      
  4. Test installation:

     $ mrview
    

About

MRtrix 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published