forked from MRtrix3/mrtrix3
-
Notifications
You must be signed in to change notification settings - Fork 0
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
KimTranDong/mrtrix3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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. 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 Qt4. 2. Unpack archive and compile: tar xjf mrtrix-0.3.tar.bz2 cd mrtrix-0.3/ ./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
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 0
No packages published
Languages
- C++ 97.8%
- Python 1.8%
- Other 0.4%