spinicist / QUIT

A set of tools for processing Quantitative MR Images
Mozilla Public License 2.0
58 stars 20 forks source link

Logo

Build DOI DOI Binder

Credit / Blame / Contact - Tobias Wood - tobias.wood@kcl.ac.uk

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

If you find the tools useful the author would love to hear from you.

Brief Description

A collection of programs for processing quantitative MRI data, originally DESPOT but now a wider variety of techniques.

Thanks

Many thanks to Samuel Hurley, Erika Raven, Anna Combes, Amy McDowell and Sjoerd Vos.

Documentation

Documentation is available at http://quit.readthedocs.io (and the in Docs folder in .rst format).

Installation

Executable

Pre-compiled executables are provided for Linux and Mac OS X in a .tar.gz archive from http://github.com/spinicist/QUIT/releases. Download the archive and extract it with tar -xzf qi-platform.tar.gz. Then, move the resulting qi file to somewhere on your $PATH, for instance /usr/local/bin. That's it.

For instructions on how to compile from source, please see the developer page in the documentation.

Python

QUIT now comes with nipype wrappers. Install with pip install qipype.

Usage

QUIT comes as a single executable file with multiple commands, similar to git or bart. Type qi to see a list of all the available commands. The majority of commands require an input 4D Nifti file containing the image data to fit, and a .json file containing the sequence parameters (e.g. TR). See examples for each command at https://quit.readthedocs.io.

An example iPython notebook is available here in a separate repo https://github.com/spinicist/qipype-binder. Workflows for CEST and MPM are provided in qipype.workflows.

Getting Help

If you can't find an answer to a problem in the documentation or help strings, you can open an issue, or find the developer on Twitter (@spinicist).