Metadata-Version: 2.1
Name: mri_distortion_toolkit
Version: 0.14.10
Summary: Quality assurance tools for MRI geometric distortion
Home-page: https://image-x-institute.github.io/mri_distortion_toolkit/index.html
Author: Brendan Whelan, Paul Liu, Shanshan Shan
Author-email: bwheelz360@gmail.com
Project-URL: Bug Tracker, https://github.com/Image-X-Institute/mri_distortion_toolkit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Requires-Dist: pydicom
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: plotly
Requires-Dist: jinja2
Requires-Dist: finufft
Requires-Dist: get_all_files

# mri_distortion_toolkit  
[![codecov](https://codecov.io/gh/Image-X-Institute/mri_distortion_toolkit/graph/badge.svg?token=3MCT7S6KVK)](https://codecov.io/gh/Image-X-Institute/mri_distortion_toolkit)![](docsrc/__resources/interrogate.svg)  ![tests](https://github.com/ACRF-Image-X-Institute/MRI_DistortionQA/actions/workflows/run_tests.yml/badge.svg) ![docs](https://github.com/ACRF-Image-X-Institute/MRI_DistortionQA/actions/workflows/build_docs.yml/badge.svg)[![PyPI version](https://badge.fury.io/py/mri_distortion_toolkit.svg)](https://badge.fury.io/py/mri_distortion_toolkit)

This code enables characterization, reporting, and correction of geometric distortion in Magnetic Resonance Imaging.

The workflow steps are below. All steps have well defined input/output so you can use any part of this code independently from the other parts. For an example of our automated reporting template see [here](https://image-x-institute.github.io/mri_distortion_toolkit/_static/MR_QA_report_20_05_2022.html)

![](docsrc/__resources/Brendan_Phantom.png)



## Setup/Build/Install

```bash
pip install mri_distortion_toolkit
```

## Usage

Detailed documentation is [here](https://image-x-institute.github.io/mri_distortion_toolkit/). 

## Directory Structure

- *docsrc* markdown/rst source documentation
- *tests* test cases
- *mri_distortion_toolkit* source code 
- *examples* source code for the [worked examples](https://image-x-institute.github.io/mri_distortion_toolkit/examples.html)
