Tutorials#
1. Converting DICOMs to the ORMIR-MIDS structure#
The commandline script is called dcm2omids.exe. To view the commandline script help type
dcm2omids -h
To use ormir-mids within Python, import the following modules
from ormir_mids.utils.io import find_bids, load_bids
import nibabel as nib
For a detailed description of how to use ormir-mids see the following notebook