Metadata-Version: 2.0
Name: mdt
Version: 0.8.20
Summary: Maastricht Diffusion Toolbox
Home-page: https://github.com/cbclab/MDT
Author: Robbert Harms
Author-email: robbert.harms@maastrichtuniversity.nl
License: LGPL v3
Keywords: mdt,diffusion MRI,model recovery,imaging analysis
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Requires-Dist: argcomplete
Requires-Dist: grako
Requires-Dist: matplotlib (>=1.5.1)
Requires-Dist: mot
Requires-Dist: nibabel
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: pyopencl (>=2013.1)
Requires-Dist: pyyaml
Requires-Dist: scipy (>=0.12.1)
Requires-Dist: six

Maastricht Diffusion Toolbox
============================

.. image:: https://badge.fury.io/py/mdt.png
    :target: http://badge.fury.io/py/mdt

A diffusion toolkit for parallelized sampling and optimization of diffusion dMRI images.

* Free software: LGPL v3 license
* Full documentation: http://maastrichtdiffusiontoolbox.readthedocs.io
* Project home: https://github.com/cbclab/MDT
* Uses the `GitLab workflow <https://docs.gitlab.com/ee/workflow/gitlab_flow.html>`_
* Tags: diffusion, dMRI, MRI, optimization, parallel, opencl, python

Quick installation guide:

**Linux (Ubuntu)**

* ``sudo apt-get install python3 python3-pip python3-pyopencl python3-numpy python3-nibabel python3-pyqt5 python3-matplotlib python3-six python3-yaml python3-argcomplete libpng-dev libfreetype6-dev libxft-dev``
* ``sudo pip3 install MDT``


| **Windows**
| The installation on Windows is a little bit more complex and the following is only a quick reference guide. For complete instructions please view the `complete documentation <https://maastrichtdiffusiontoolbox.readthedocs.org>`_.

* Install MOT using the guide at https://mot.readthedocs.io
* Install the PyQt5 bindings
    * Use the `M-Labs PyQt5 package <https://anaconda.org/m-labs/pyqt5>`_
* Open a Anaconda shell and type: ``pip install MDT``


For more information and installation instructions, please see: https://maastrichtdiffusiontoolbox.readthedocs.org


