Metadata-Version: 2.1
Name: dcmri
Version: 0.6.7
Summary: A python toolbox for dynamic contrast MRI
Author-email: Steven Sourbron <s.sourbron@sheffield.ac.uk>, Ebony Gunwhy <e.gunwhy@sheffield.ac.uk>
Project-URL: Homepage, https://qib-sheffield.github.io/dcmri
Project-URL: Source Code, https://github.com/QIB-Sheffield/dcmri
Keywords: python,medical imaging,perfusion,MRI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: importlib-resources>=1.1.0
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: changelist==0.4; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: autodocsumm; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinxcontrib-applehelp; extra == "docs"
Requires-Dist: sphinxcontrib-devhelp; extra == "docs"
Requires-Dist: sphinxcontrib-htmlhelp; extra == "docs"
Requires-Dist: sphinxcontrib-jsmath; extra == "docs"
Requires-Dist: sphinxcontrib-qthelp; extra == "docs"
Requires-Dist: sphinxcontrib-serializinghtml; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"

dcMRI
=====

.. image:: https://github.com/QIB-Sheffield/dcmri/actions/workflows/pytest-actions.yaml/badge.svg?branch=dev
  :target: https://github.com/QIB-Sheffield/dcmri/actions/workflows/pytest-actions.yaml

.. image:: https://codecov.io/gh/plaresmedima/dcmri/graph/badge.svg?token=DLVVTWQ0HA 
  :target: https://codecov.io/gh/plaresmedima/dcmri

.. image:: https://img.shields.io/pypi/v/dcmri?label=pypi%20package 
  :target: https://pypi.org/project/dcmri/

.. image:: https://img.shields.io/pypi/dm/dcmri
  :target: https://pypistats.org/packages/dcmri

.. image:: https://img.shields.io/badge/License-Apache_2.0-blue.svg
  :target: https://opensource.org/licenses/Apache-2.0


**Note:** *dcMRI is under construction. The first stable version with more comprehensive functionality and documentation will be v1.0.0. Before that the API may still change and features may be deprecated without warning.*


dcMRI is a python toolbox for dynamic contrast MRI.

- **Documentation:** https://qib-sheffield.github.io/dcmri
- **Source:** https://github.com/QIB-Sheffield/dcmri
- **PyPi release:** https://pypi.org/project/dcmri/


Install
-------

Install the latest version of dcMRI::

    $ pip install dcmri


License
-------

Released under the Apache 2.0 license (https://opensource.org/licenses/Apache-2.0)::

   Copyright (C) 2023-2024 dcMRI developers
   Ebony Gunwhy <e.gunwhy@sheffield.ac.uk>
   Steven Sourbron <s.sourbron@sheffield.ac.uk>
