Skip to content

ANTS

ANTs (Advanced Normalization Tools) is a program designed to do feature extraction on complex datasets with particular focus on images like MRI


ANTS requires an environment module

In order to use ANTS, you must first load the appropriate environment module:

module load gnu ants

Introduction#

ANTs is a set of tools designed to do feature extraction on complex datasets, especially images. It is very commonly used for MRI image processing.

Usage on HPC Systems#

In order to load the ANTs suite of programs into your PATH, you need to load both the gnu and ants modules like shown below.

module load gnu
module load ants

From here, all the code that is a part of ANTs should be accessible.