Library for standardized data input/output for musculoskeletal imaging, based on BIDS
Project description
ORMIR-MIDS
ORMIR-MIDS is both a specification and a package to standardiza Medical Image Data Structure (MIDS) for Open and Reproducible Musculoskeletal Imaging Research (ORMIR). ORMIR-MIDS is based on the BIDS data structure for brain imaging data and on muscle-bids for muscle MR imaging data.
Main contributors
- Donnie Cameron
- Francesco Santini
- Jukka Hirvasniemi
- Maria Monzon Ronda
- Serena Bonaretti
- Gianluca Iori
- Francesco Chiumento
- Simone Poncioni
- Michelle Alejandra Espinoza Hernandez
- Youngjun Lee
Installation
To install ORMIR-MIDS via pip use the following command in your terminal:
pip install ormir-mids
Note: The installation of ORMIR-MIDS requires the following dependencies
Development installation
If you want to contribute to ORMIR-MIDS, start by cloning the repository:
git clone https://github.com/ormir-mids/ormir-mids.git
Then, install via conda (in a separate virtual environment):
conda env create -n ormir-mids
conda activate ormir-mids
or via pip:
cd ormir-mids
pip install .
pip install --upgrade nibabel # the default nibabel has bugs
Usage
To use ORMIR-MIDS in your code, import it as:
import ormir_mids
To run ORMIR-MIDS from terminal, the command is:
dcm2omids -anonymize <pseudo_name> -recursive <input_dir> <output_dir>
Note: ormir-mids can be used for two purposes:
- To convert DICOM data to the ORMIR-MIDS format
- As a Python module to find, load, and interrogate ORMIR-MIDS-format data. For further clarification, see the demo notebook
Documentation and tutorials
To learn how to use ORMIR-MIDS:
- Read the ORMIR-MIDS website for background information about the standard and the package
- Run the demo notebook either locally or on
)
How to contribute
To contribute to ORMIR-MIDS:
- Install ORMIR-MIDS for development (see above)
- Create a branch and make your changes and/or additions. If you want to coordinate the development with the main maintainers, write to Donnie Cameron or Francesco Santini
- Commit your changes and send a pull request
- To write a new converter class, refer to the Example Converter Class
API documentation
You can find the API documentation of ORMIR-MIDS on Read the Docs
Citation
When using ORMIR-MIDS, please cite the following abstract (paper coming in the next months!):
S. Bonaretti, M. A. Espinosa Hernandez, F. Chiumento, Y. Founas, M. Froeling, J. Hirvasniemi, G. Iori, Y. Lee, S. Matuschik, M. Monzon, F. Santini, D. Cameron. ORMIR-MIDS:An open standard for curating and sharing musculoskeletal imaging data. 24th International Workshop on Quantitative Musculoskeletal Imaging (QMSKI) The Barossa Valley, South Australia. November 3-8, 2024.
Licence
ORMIR-MIDS is released under Apache 2.0
Legal aspects
This code is freely available only for research purposes. The software has not been certified as a medical device and, therefore, must not be used for diagnostic purposes.
Acknowledgement
The development of ORMIR-MIDS specification and package started during the 2nd ORMIR workshop Sharing and Curating Open Data in Musculoskeletal Imaging Research and is currently ongoing.
ORMIR-MIDS is an extension of muscle-BIDS, which was partly developed during the 1st ORMIR workshop Building the Jupyter Community in Musculoskeletal Imaging Research.
ReadMe file created using the template of the ORMIR community (version 1.0, 2023)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ormir_mids-0.1.6.tar.gz.
File metadata
- Download URL: ormir_mids-0.1.6.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30f980208e58bd8207f239e900f78034033663167aad9673f5a739d6635550c5
|
|
| MD5 |
52e86bd37258cbc005e953e2052307cf
|
|
| BLAKE2b-256 |
cd0af8eb9836f0d35506fa3849894bbdfcdae52e8fd079cd37293ab738d45c30
|
File details
Details for the file ormir_mids-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ormir_mids-0.1.6-py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7415a8e8faa0a5f566bdf8333633e1def54d7b499f00c60ba9f60640492def96
|
|
| MD5 |
e01a9d66fc78d26b8a0dd801847de800
|
|
| BLAKE2b-256 |
cbd0fe86e48e6619668c1bf45f7c1d1018c1fc87e755b71d65c0fc0cc58559f7
|