Simple python based viewing application for the ISMRM raw data format.
ISMRMRDViewer.py is the main application entry point: python ISMRMRDViewer.py yourData.h5
Create pyqt resource file (icons and images):
pyrcc5 -o images_qr.py images.qrc
Package using pyinstaller:
pyinstaller.exe --noconsole --windowed --icon=icon_256.ico .\ISMRMRDViewer.py