Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 756 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 756 Bytes

AMICO

Implementation of the linear framework for Accelerated Microstructure Imaging via Convex Optimization (AMICO) described here:

Accelerated Microstructure Imaging via Convex Optimization (AMICO) from diffusion MRI data
Alessandro Daducci, Erick Canales-Rodriguez, Hui Zhang, Tim Dyrby, Daniel Alexander, Jean-Philippe Thiran
NeuroImage 105, pp. 32-44 (2015)

Code implementation

AMICO is written in two different languages:

  • MATLAB: this is the original (and, to date, more stable) implementation of the AMICO framework. Code and documentation can be found here.
  • Python: this is a work-in-progress porting to Python; please use at your own risk! Code and documentation can be found here.