MMG medical tools is a set of programs for MRI medical data processing. It consists of the following applications:
First, choose the application you want to install:
Download the installer and run it on your Windows system.
To build the applications on your system, you need:
On Ubuntu systems, you may install all these packages by the following command
sudo apt install g++ git qtbase5-dev qt5-qmake libdcmtk5 libdcmtk5-dev python3 pyqt5-dev python3-dicom
To install the MOLLI Registration & ECV Evaluation tool, download the source code from the project Gitlab using
git clone --recurse-submodules gitlab@mmg-gitlab.fjfi.cvut.cz:solovska/mri-registrace.git
and build using
make
The application can be executed by
python3 pymri_gui/run.py
To install the Bloch simulator, download the source code from the project Gitlab using
git clone gitlab@mmg-gitlab.fjfi.cvut.cz:oberhuber/bloch-simulator.git
and install by
make all
make install
The executables will be installed into ${HOME}/.local/bin
. You may change this destination by editing the Makefile
and changing the line
INSTALL_DIR := ${HOME}/.local/bin
to whatever you need.
The DICOM Anonymizer is, in fact, only a Python script. You may download it here. You may execute it by entering
python3 DICOM_anonymizer.py