Metadata-Version: 2.0
Name: mdt
Version: 0.8.16
Summary: Parallized neuro-imaging model recovery toolbox
Home-page: https://github.com/robbert-harms/mdt
Author: Robbert Harms
Author-email: robbert.harms@maastrichtuniversity.nl
License: LGPL v3
Keywords: mdt
Platform: UNKNOWN
Classifier: Environment :: Console
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 Toolkit
============================

.. 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 data.

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


Installation
------------
.. highlight:: console

MDT uses the Maastricht Optimization Toolbox (MOT) for the computations. Please install MOT first (https://github.com/robbert-harms/MOT), afterwards this installation should be fairly straightforward.


|
Installing MDT
^^^^^^^^^^^^^^
With MOT installed, you can now install MDT.

Linux (Ubuntu)
""""""""""""""
It is possible to install every Python dependency with pip, but in general
native Ubuntu packages are prefered. To install most of the dependencies, please use:

``apt-get install python3-numpy python3-nibabel python3-pyqt5 python3-matplotlib python3-six python3-yaml python3-argcomplete``

Then, install MDT with pip (no Ubuntu package is available yet):

``pip3 install MDT``

On older Ubuntu systems (<15.10) some dependencies will be recompiled with pip. This might fail because of missing some packages, install with:

``apt-get install libpng-dev libfreetype6-dev libxft-dev``


Windows
"""""""
Open an Anaconda shell and use:

``pip install MDT``




=======
History
=======

0.7.23 (2016-07-03)
---------------------

* First release on PyPI and GitHub


