Metadata-Version: 2.1
Name: dwipy
Version: 0.2.0
Summary: DWI anaylysis pipeline
Home-page: https://github.com/svdvoort/dwipy
License: MIT
Requires-Python: >=3.7.0,<3.9
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: SimpleITK (>=2.0.2,<3.0.0)
Requires-Dist: numpy (>=1.19.4,<2.0.0)
Requires-Dist: opencv-python (>=4.4.0,<5.0.0)
Requires-Dist: pydicom (>=2.1.1,<3.0.0)
Requires-Dist: pytesseract (>=0.3.6,<0.4.0)
Project-URL: Repository, https://github.com/svdvoort/dwipy
Description-Content-Type: text/markdown

# dwipy

[![Build Status](https://github.com/svdvoort/dwipy/workflows/test/badge.svg?branch=master&event=push)](https://github.com/svdvoort/dwipy/actions?query=workflow%3Atest)
[![Python Version](https://img.shields.io/pypi/pyversions/dwipy.svg)](https://pypi.org/project/dwipy/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

DWI analysis pipeline

Made for  the initial analysis of diffusion data, especially for extracting the b-values and b-vectors from DICOM data, to allow for further processing.

## Installation

This package requires the installation of Tesseract 4.1.1: https://medium.com/quantrium-tech/installing-tesseract-4-on-ubuntu-18-04-b6fcd0cbd78f
And mtrix: https://mrtrix.readthedocs.io/en/latest/

```bash
pip install dwipy
```

