Metadata-Version: 2.1
Name: dmri-amico
Version: 2.0.1
Summary: Accelerated Microstructure Imaging via Convex Optimization (AMICO)
Home-page: https://github.com/daducci/AMICO
Download-URL: https://pypi.org/project/dmri-amico
Author: Alessandro Daducci
Author-email: alessandro.daducci@univr.it
Maintainer: Alessandro Daducci
Maintainer-email: alessandro.daducci@univr.it
License: Proprietary License
Project-URL: Homepage, https://github.com/daducci/AMICO
Project-URL: Documentation, https://github.com/daducci/AMICO/wiki
Project-URL: Source, https://github.com/daducci/AMICO
Project-URL: Changelog, https://github.com/daducci/AMICO/blob/master/CHANGELOG.md
Project-URL: Download, https://pypi.org/project/dmri-amico
Project-URL: Tracker, https://github.com/daducci/AMICO/issues
Keywords: Neuroimaging,Diffusion MRI,Microstructure Imaging
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.19.5
Requires-Dist: scipy >=1.5.4
Requires-Dist: dipy >=1.4.1
Requires-Dist: threadpoolctl >=3.1.0
Requires-Dist: dmri-dicelib >=1.0.1
Requires-Dist: importlib-metadata >=4.8.3 ; python_version < "3.8"

# AMICO - Accelerated Microstructure Imaging via Convex Optimization
[![PyPI](https://img.shields.io/pypi/v/dmri-amico?label=PyPI&labelColor=%23363D45)](https://pypi.org/project/dmri-amico)
![PyPI - Downloads](https://img.shields.io/pypi/dm/dmri-amico?label=Downloads&labelColor=%23363D45)
[![PyPI - License](https://img.shields.io/pypi/l/dmri-amico?label=License&labelColor=%23363D45)](https://github.com/daducci/AMICO/blob/master/LICENSE)
[![DOI](https://img.shields.io/badge/DOI-10.1016%2Fj.neuroimage.2014.10.026-%23FAB70C?labelColor=%23363D45)](https://doi.org/10.1016/j.neuroimage.2014.10.026)

![GitHub watchers](https://img.shields.io/github/watchers/daducci/AMICO?label=Watchers&logo=github&logoColor=white&labelColor=%23363D45)
![GitHub forks](https://img.shields.io/github/forks/daducci/AMICO?label=Forks&logo=github&logoColor=white&labelColor=%23363D45)
![GitHub Repo stars](https://img.shields.io/github/stars/daducci/AMICO?logo=github&logoColor=white&label=Stars&labelColor=%23363D45)
![GitHub contributors](https://img.shields.io/github/contributors/daducci/AMICO?logo=github&logoColor=white&label=Contributors&labelColor=%23363D45)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/daducci/AMICO/build_wheels.yml?logo=githubactions&logoColor=white&label=Build%20wheels&labelColor=%23363D45)

[![Static Badge](https://img.shields.io/badge/Follow_%40daducci-white?logo=github&logoColor=%23363D45)](https://github.com/daducci)
[![Static Badge](https://img.shields.io/badge/Follow_%40ADaducci-white?logo=twitter)](https://twitter.com/ADaducci)

### Implementation of the linear framework for Accelerated Microstructure Imaging via Convex Optimization (AMICO) described in [Daducci, Alessandro, et al. 2015](https://doi.org/10.1016/j.neuroimage.2014.10.026)

## Documentation
The documentation, including the [installation guide](https://github.com/daducci/AMICO/wiki/installation) as well as a series of demos/tutorials to show how to use AMICO to fit different models to your data, can be found in the [wiki](https://github.com/daducci/AMICO/wiki).

## Support
For questions, requesting assistance, suggesting enhancements or new ideas as well as for reporting bugs, please [open an issue](https://github.com/daducci/AMICO/issues).
