Download and Install
1. Source Code with Matlab or Octave installation
If you have MATLAB or Octave you can just get a local copy of the source code. Then you have to choose whether you want to use the GUI or execute the main script.
2. Standalone installation
If you do not have MATLAB installed on your PC you are restricted to use
‘s standalone application. For this option a MATLAB installation is not required. The installer is available for Windows, Mac and Linux with the latest release.
Steps for installation:
Download the installer
installer of the latest Release to your system (Win64, Mac64, Linux64)Run the respective installer for your system
Windows: Run the downloaded executable installer
Linux: Run the executable install script. Make sure that the
*.installfile has executable permissions.Mac: Here we provide a dmg containing the installer (Since the installer is not Apple-certified, you might explicitly launch it from the terminal or by right-click and then open).
After that, you should be guided through the installation process. Note that the installers will want to download the “Matlab Runtime” from Mathworks in the process. The runtime is quite large (~2GB) and is required to run compiled deployed applications written in Matlab.
-
Windows: Just like with every other program, you should have a desktop icon.
Mac: Per default
will be installed to /Applications/matRad. To run
navigate to /Applications/matRad/applicationsand double click or right click -> open on thematRad.appapplication. The first startup might take a few seconds.Note
An installation warning appears that
is from an unverified developer. You can solve this issue by opening the installer from the context menu (depending on the configuration either Ctrl + click or right-click on the icon, and then click “Open” in the menu). You will then get the option to open the application in spite of the missing verification and thus to install
.Linux & Mac: To start
, you can alternatively use the provided run_matRad.shscript from the terminal. It requires one argument which gives the path to the installed Matlab-Runtime. Refer to thereadme_linux.txtandreadme_mac.txtin your installation directory for more information.
Patient/Phantom files
The patient files should be included with the installer and will be installed into the desired location. For Windows, for example, they can be found within the “application” folder of the chosen installation directory. Moreover, we also provide extra links to the open source patient files stored in
‘s native *.mat format for a head and neck case, a liver case, a prostate case, a box phantom, and AAPM’s TG119 phantom. Otherwise you need to start with a DICOM import of your own patient data.
An overview of the functions of the
GUI can be found here.
If you want to import patient data, check out the dicom import functionality.