Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaharsh committed Feb 5, 2024
2 parents a17b8c1 + f0ba1c4 commit 01d4aa1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==============================================================
MRdataset : unified interface to various neuroimaging datasets
==============================================================
=====================================================================
MRdataset : unified interface to various neuroimaging dataset formats
=====================================================================

.. image:: https://img.shields.io/pypi/v/MRdataset.svg
:target: https://pypi.python.org/pypi/MRdataset
Expand All @@ -14,15 +14,20 @@ MRdataset : unified interface to various neuroimaging datasets

.. image:: ./docs/images/hierarchy.jpg

## Description
Description
------------

* Provides a unified interface for horizontal and vertical traversal of various neuroimaging datasets (DICOM) and any other generic format etc.
* Ensures that the DICOM files are valid imaging DICOMs and provides the option to skip phantoms, localizer, head scouts etc.
* Provides flexibility to ignore automatically generated derived scans such as MoCo series, Single-band references, perfusion weighted scans.
* Verifies if each DICOM slice belongs to the same scan volume and, then subsequently organizes all scans are hierarchical fashion (Subject > Session > Sequence > Run)
* Identifies sequences acquired within the same session, which is especially useful for associating field maps with their corresponding functional (EPI) scans.

*Documentation: https://open-minds-lab.github.io/MRdataset/

Documentation
-------------

https://open-minds-lab.github.io/MRdataset/



0 comments on commit 01d4aa1

Please sign in to comment.