Giter VIP home page Giter VIP logo

amico's Introduction

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)

Installation

Download and install external software

  • NODDI MATLAB toolbox. Download the software and follow the instructions provided here to install it.

  • CAMINO toolkit. Download the software and follow the instructions provided here to install it.

  • SPArse Modeling Software (SPAMS). Download the software and follow the instructions provided here to install it.

Setup paths/variables in MATLAB

Add the folder containing the source code of AMICO to your MATLAB PATH.

Copy the file AMICO_Setup.txt and rename it to AMICO_Setup.m. Modify its content to set the paths to your specific needs, as follows:

  • AMICO_code_path : path to the folder containing the source code of AMICO (this repository). E.g. /home/user/AMICO/code.

  • NODDI_path : path to the folder containing the source code of the NODDI toolbox (in case you want to use NODDI, not needed for ActiveAx). E.g. /home/user/NODDI_toolbox_v0.9.

  • CAMINO_path : path to the bin folder containing the executables of the Camino toolkit (in case you want to use ActiveAx, not needed for NODDI). E.g. /home/user/camino/bin.

  • SPAMS_path : path to the folder containing the source code of the SPAMS Library. E.g. /home/user/spams.

  • AMICO_data_path : path to the folder where you store all your datasets. E.g. /home/user/AMICO/data. Then, the software assumes the folder structure is the following:

    ├── data
        ├── Study_01                 --> all subjects acquired with protocol "Study_01"
            ├── Subject_01
            ├── Subject_02
            ├── ...
        ├── Study_02                 --> all subjects acquired with protocol "Study_02"
            ├── Subject_01
            ├── Subject_02
            ├── ...
        ├── ...
    

    This way, the kernels need to be computed only once per each study, i.e. same protocol (number of shells, b-values etc), and subsequently adapted to each subject (specific gradient directions) very efficiently.

Getting started

Tutorials/demos are provided in the folder doc/demos to help you get started with the AMICO framework.

amico's People

Contributors

annaauria avatar daducci avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.