Skip to content

Source code version of DicomMultiFilesEditor

Daniel Lafontaine edited this page Jun 22, 2022 · 2 revisions

Getting the latest source code

The source code of DicomMultiFilesEditor is distributed on gitHub. Hence, the first step is to download the "main" branch of DicomMultiFilesEditor. This can be done using the git bash. After going to the directory where you want to download the files, use the following command to download the "main" branch of DicomMultiFilesEditor:

git clone https://github.com/dicomtools/DicomMultiFilesEditor.git

After downloading the "main" branch to (say) /home/.../.../DicomMultiFilesEditor_from_gitHub/, follow the steps listed below to use DicomMultiFilesEditor.

Fire up Matlab. Go to Home --> Set Path. Set the path to "Default". Add /home/.../.../DicomMultiFilesEditor_from_gitHub/ with sub-directories to the Matlab path.

To use DicomMultiFilesEditor Graphical User Interface, type dicomMultiFilesEditor in Matlab command window.

Clone this wiki locally