From 04dc68ad882a46a2e8f3cb9c2e7d3c8871b3d7be Mon Sep 17 00:00:00 2001 From: jomasator2 Date: Thu, 24 Aug 2023 13:03:56 +0200 Subject: [PATCH] Change documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f73c1e0..432b70a 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,11 @@ An example of execution is: ```sh python3 -m xnat2mids -i DIR_TO_SAVE -w XNAT_WEB -u USER -b BODYPART -v ``` +### Software required + +To run this software it is necessary to use **dcm2niix** for conversion and metadata extraction, this is achieved by downloading the compiled software for the operating system you are using from [github releases](https://github.com/rordenlab/dcm2niix/releases). + +For proper use, the compiled file should be left in the root folder of this project. On Linux systems it is also possible to install this software on the system without downloading the compiled file. ### Options