Metadata-Version: 2.0
Name: mrivis
Version: 0.3.5
Summary: Tools and scripts for visualization and comparison of 3d MRI scans (T1, T2 etc)
Home-page: https://github.com/raamana/mrivis
Author: Pradeep Reddy Raamana
Author-email: raamana@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: mrivis
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: matplotlib
Requires-Dist: nibabel
Requires-Dist: numpy

------
mrivis
------

.. image:: https://img.shields.io/pypi/v/mrivis.svg
.. image:: https://api.codacy.com/project/badge/Grade/370b1b78383b40b99eb15ae0490cfbdb
    :target: https://www.codacy.com/app/raamana/mrivis?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=raamana/mrivis&amp;utm_campaign=Badge_Grade

`mrivis` offers:

 - tools for comparison of spatial alignment of two 3D MRI scans (T1, T2, PET etc) using checkerboard plots and other comparison methods
 - classes to develop customizable visualizations of 3D and 4D images

Full documentation https://raamana.github.io/mrivis/readme.html


A sample gallery of different ways to check alignment is shown below:

.. image:: docs/flyer_option_matrix.png



Full documentation https://raamana.github.io/mrivis/readme.html


**Installation**

.. code-block:: console

    $ pip install mrivis


If you would like to use the export to GIF from ``SlicePicker``, then install the ``imageio`` package as well via ``pip install imageio``


=======
History
=======

0.1.0 (2017-12-05)
------------------

* First release on PyPI.


