Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 1.87 KB

install_acpcdetect.md

File metadata and controls

72 lines (56 loc) · 1.87 KB

How to Process MRI Images:

  1. Beginner's Guide to Command-Line Interface
  2. Installation Instructions
  3. Preprocessing T1 images
  4. Hippocampus Segmentation


Linux

#!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

Mac

Only available for Linux systems.

Windows

Only available for Linux systems.