Skip to content
forked from MRtrix3/mrtrix3

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

Notifications You must be signed in to change notification settings

nadluru/mrtrix3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===================================================================
                           MRtrix
===================================================================

The complete documentation for MRtrix is in doc/index.html, 
including a detailed decription of the installation procedure.


Quick install:

1. Unpack archive and compile: 

    tar xjf mrtrix-0.2.1.tar.bz2
    cd mrtrix-0.2.1/
    ./build

2. Set appropriate environment variables:

Bash shell:
    export PATH=/<edit as appropriate>/mrtrix-0.2.1/bin:$PATH
    export LD_LIBRARY_PATH=/<edit as appropriate>/mrtrix-0.2.1/lib

C shell:
    setenv PATH /<edit as appropriate>/mrtrix-0.2.1/bin:$PATH
    setenv LD_LIBRARY_PATH /<edit as appropriate>/mrtrix-0.2.1/lib

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

Packages

No packages published

Languages

  • C++ 94.3%
  • Python 4.6%
  • CSS 0.4%
  • Shell 0.3%
  • C 0.2%
  • MATLAB 0.2%