/ismrmrdviewer

Primary LanguagePythonMIT LicenseMIT

ISMRMRD Viewer

ISMRMRDVIEWER is a python package to view ISMRMRD/MRD (vendor agnostic MRI data format) raw data (including xml, data, waveforms and trajectories) and images.

Installation

pip3 install git+https://github.com/ismrmrd/ismrmrdviewer.git
OR
pip install git+https://github.com/ismrmrd/ismrmrdviewer.git

Note!

You may need to manually download the test datasets in res/.

Usage

Start UI

ismrmrdviewer

In UI

  • File>Open
  • Image series can be animated, and interactively windowed.
  • Raw data lines can be browsed individually, or selected in multiples.

Contributing

Features are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.