Metadata-Version: 2.0
Name: visualqc
Version: 0.3.4
Summary: Assistive tool to improve the quality control workflow of neuroimaging data.
Home-page: https://github.com/raamana/visualqc
Author: Pradeep Reddy Raamana
Author-email: raamana@gmail.com
License: Apache license
Keywords: visualqc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
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: mrivis
Requires-Dist: nibabel
Requires-Dist: nilearn
Requires-Dist: numpy
Requires-Dist: pybids
Requires-Dist: scikit-learn
Requires-Dist: scipy

==========================================================================================
VisualQC : Assistive tool to ease the quality control workflow of neuroimaging data
==========================================================================================

.. image:: https://zenodo.org/badge/105958496.svg
   :target: https://zenodo.org/badge/latestdoi/105958496

.. image:: https://img.shields.io/pypi/v/visualqc.svg
        :target: https://pypi.python.org/pypi/visualqc

.. image:: https://api.codacy.com/project/badge/Grade/2da8c2b4dbcd433eb4943eb52f0b00d6
        :target: https://www.codacy.com/app/raamana/visualqc?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=raamana/visualqc&amp;utm_campaign=Badge_Grade


.. image:: docs/visualqc_poster_comprehensive.png

Note: VisualQC employs `release early and release often mechanism <https://en.wikipedia.org/wiki/Release_early,_release_often>`_ to seek user feedback and for thorough testing. Hence you might find some rough edges in docs or examples - please let us know if you do.


* Documentation: https://raamana.github.io/visualqc
* Free software: Apache 2.0 license
* Pure python package (no licensing issues ala matlab, easy to install and update requiring no other external installations or maintenance)
* Generic design for API that can be adapted for other domains, imaging or medical or otherwise.


Galleries
----------

 * `Freesurfer <https://raamana.github.io/visualqc/gallery_freesurfer.html>`_
 * `Functional MRI <https://raamana.github.io/visualqc/gallery_functional_mri.html>`_
 * `Registration/Alignment quality <https://raamana.github.io/visualqc/gallery_registration_unimodal.html>`_
 * `Structural T1w MRI <https://raamana.github.io/visualqc/gallery_t1_mri.html>`_
 * `Volumetric Segmentation <https://raamana.github.io/visualqc/gallery_segmentation_volumetric.html>`_


Contributions
--------------

`Contributions are welcome. <CONTRIBUTING.rst>`_


Citation
--------------

`Citation details are here <docs/citation.rst>`_


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


0.3 (2018-04-02)
------------------

* Major update with multiple new use cases:


0.1 (2018-02-08)
------------------

* Early access release on PyPI/github.


