How to Process MRI Images:
- Beginner's Guide to Command-Line Interface
- Installation Instructions
- Preprocessing T1 images
- Hippocampus Segmentation
- Firefox
- DICOM Toolkit
- dcm2nii DICOM to NIfTI conversion
- Multi-image Analysis GUI (MANGO)
- MATLAB R2014a
- ACPC Detect
- Git
- CMake
- C++ Compiler
- Advanced Normalization Tools
- ITK
- Convert3D
-
Download the latest version here.
-
Unpack the package:
#!console
# cd /usr/local/
# mkdir art
# cd art/
# mv /home/<username>/Downloads/acpcdetect.tar.gz /usr/local/art/
# gunzip acpcdetect.tar.gz
# tar xvf acpcdetect.tar
# mv /usr/local/art/acpcdetect /usr/local/bin/
- Set the environmental variables:
#!console
$ ARTHOME=/usr/local/art
$ export ARTHOME
- You can confirm that the program was installed correctly by typing:
#!console
$ acpcdetect
Only available for Linux systems.
Only available for Linux systems.