Skip to content

Commit

Permalink
getting ready to close #36. Also affects #46
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 11, 2016
1 parent 2f6f4b3 commit 9b4ce11
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 24 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Release 0.0.2
=============

* Completed migration from QAP

Release 0.0.1
=============

* Basic mriqc functionality
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#documentation
recursive-include docs/build/html *

#data
recursive-include mriqc/data *

#Misc
include CHANGES.txt
include LICENSE.txt
20 changes: 0 additions & 20 deletions README.md

This file was deleted.

28 changes: 28 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
mriqc
=====

The mriqc package provides a series of :abbr:`NR (no-reference)`,
:abbr:`IQMs (image quality metrics)` to used in :abbr:`QAPs (quality
assessment protocols)` for :abbr:`MRI (magnetic resonance imaging)`.

Dependencies
------------

Make sure you have FSL and AFNI installed, and the binaries available in
the system's $PATH.

Installation
------------

Just issue:

::

pip install mriqc

Example command line:
---------------------

::

mriqc -i ~/Data/bids_dataset -o out/ -w work/
4 changes: 3 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Welcome to mriqc's documentation!
=================================

.. include:: ../../README.rst


Contents:

.. toctree::
Expand All @@ -19,5 +22,4 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`modules`

6 changes: 3 additions & 3 deletions mriqc/qc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
"""
This module contains the actual computation of measures included within
MRIQC.
This module contains the actual computation of :abbr:`IQMs (image quality
metrics)` included within MRIQC.
.. note ::
Most of the measures computed in this module are adapted, derived or reproduced
Most of the :abbr:`IQMs (image quality metrics)` in this module are adapted, derived or reproduced
from the :abbr:`QAP (quality assessment protocols)` project [QAP]_.
"""
Expand Down

0 comments on commit 9b4ce11

Please sign in to comment.