Skip to content

Commit

Permalink
Change documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jomasator2 committed Aug 24, 2023
1 parent 1c69def commit 04dc68a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 04dc68a

Please sign in to comment.