What if I encounter issues on the website?

If you encounter any problem on this website, please report the issue on our public github issue page: https://github.com/mikgroup/mridata/issues.

What is ISMRMRD?

The ISMRM Raw Data Format (ISMRMRD) is an open source raw data format developed by Michael S. Hansen, Nick Zwart, Souheil Inati, Joe Naegele, Kaveh Vahedipour, and others. It is the only data format that supports conversion from vendor specific files from GE, Philips, and Siemens, while retaining relevant scan parameters.
Briefly, ISMRMRD is stored in HDF5 format. Within the HDF5 file, data is stored under the group /dataset. Scan parameters are stored in the variable /dataset/xml in XML configuration and the data array is stored in /dataset/data. For more detail, we refer you to the ISMRMRD website, and paper.

How can I read and write ISMRMRD files?

Functions and examples to read and write ISMRMRD files in Matlab and Python can be found here:


How do I download datasets in batch?

Batch downloading requires user login. Once logged in, a batch download button will appear at the top right corner for each search.

How do I upload datasets?

Uploading requires user login. Currently, the website supports ISMRMRD files, and vendor specific data files from GE (Pfile, and ScanArchive), Philips (.lab, .sin, and .raw), and Siemens (.dat).
Once uploaded, data files are converted into ISMRMRD in the background. Parameters, such as matrix size, resolution, and TE/TR, are automatically extracted from the vendor specific files. Thumbnails are created automatically by extracting the center slice.

How do I upload datasets in batch?

When choosing files in the uploading page, simply select multiple files allows you to upload datasets in batch. Note that the specified Anatomy, Fullysampled, References, and Comments, will apply to all of selected datasets.

How can I contribute to the development of this website?

Great! The source code for the website is available at: https://github.com/mikgroup/mridata. We welcome contributions to the website, whether it is about data conversion, thumbnail generation, or even aesthetic changes. Once the changes are merged, we can easily deploy them on the actual website.