Skip to content

Latest commit

 

History

History
 
 

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AMICO - python porting

This code implements the AMICO framework in the Python language.

This is a work-in-progress project!

Installation

Install dependencies

Python and DIPY

This version of AMICO is written in Python and it internally makes use of the DIPY library. Please install and configure them by following the guidelines on the corresponding websites.

SPArse Modeling Software (SPAMS)

  • Download the python interfaces of the software and follow the instructions provided here to install it.

Camino toolkit

Depending on the forward-model employed, AMICO can require the Camino toolkit to generate the response functions, e.g. in case of the Cylinder-Zeppelin-Ball model.

Please follow the corresponding documentation to install Camino and make sure to include the folder containing the script datasynth in your system path.

NODDI toolbox

This version of AMICO doesn not require the NODDI MATLAB toolbox to be present on your system; all the necessary MATLAB functions for generating the response functions of the NODDI model have in fact been ported to Python.

Install AMICO

Open the system shell, go to the folder containing this file and run:

python setup.py install

AMICO is now available in your Python interpreter and can be imported as usual:

import amico