ANTs

Software Category
Version
2.3.5

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 of the codes that are a part of ANTs should be accessible. For information on these, see the ANTs Documentation.