Metadata-Version: 2.1
Name: muscle-bids
Version: 0.0.1
Summary: Library for standardized data input/output for muscle MR imaging, based on BIDS
Home-page: https://github.com/muscle-bids/muscle-bids
Author: Francesco Santini
Author-email: francesco.santini@unibas.ch
Project-URL: Bug Tracker, https://github.com/muscle-bids/muscle-bids/issuesleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# muscle-bids

This is a package for reading and writing a standardized data format for muscle MR imaging that is based on BIDS.

Run the tutorial: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/muscle-bids/muscle-bids/blob/main/jupyter/Muscle-bids_dcm2mbids.ipynb)

## Main contributors

* Francesco Santini
* Donnie Cameron
* Leonardo Barzaghi
* Judith Cueto Fernandez
* Jilmen Quintiens

## Acknowledgement

This package was developed thanks to the support of the JCMSK community during the Maastricht 2022 workshop and hackaton.

Image I/O is based on [DOSMA](https://github.com/ad12/DOSMA) by Arjun Desai. A stripped-down version of DOSMA is present
in muscle-bids/dosma_io.
