Difference between revisions of "ITK 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == Insight Segmentation and Registration Toolkit (ITK) provides an extensive suite of software tools for registering and segmenting multidimensional imaging da...")
 
 
Line 5: Line 5:
This version is installed and currently available on...
This version is installed and currently available on...
environment ''hpc-env/6.4'':
environment ''hpc-env/6.4'':
<nowiki>
 
''ITK/4.13.1''-foss-2017b-Python-2.7.14
*'''ITK/4.13.1'''-foss-2017b-Python-2.7.14  
''ITK/4.13.2''-foss-2017b-Python-3.6.3
*'''ITK/4.13.2'''-foss-2017b-Python-3.6.3
''ITK/4.13.2''-foss-2017b-Python-3.7.0
*'''ITK/4.13.2'''-foss-2017b-Python-3.7.0
</nowiki>
 


environment ''hpc-env/8.3'':
environment ''hpc-env/8.3'':
<nowiki>
 
''ITK/5.0.1''-foss-2019b-Python-3.7.4
*'''ITK/5.0.1'''-foss-2019b-Python-3.7.4
</nowiki>
 
== Using ITK==
== Using ITK==



Latest revision as of 12:38, 30 April 2020

Introduction

Insight Segmentation and Registration Toolkit (ITK) provides an extensive suite of software tools for registering and segmenting multidimensional imaging data.

Installed version(s)

This version is installed and currently available on... environment hpc-env/6.4:

  • ITK/4.13.1-foss-2017b-Python-2.7.14
  • ITK/4.13.2-foss-2017b-Python-3.6.3
  • ITK/4.13.2-foss-2017b-Python-3.7.0


environment hpc-env/8.3:

  • ITK/5.0.1-foss-2019b-Python-3.7.4

Using ITK

To load the desired version of the module, use the command, e.g.

module load hpc-env 6.4
module load ITK

Always remember: this command is case sensitive!

After loading the ITK module, you can call to test the functionalities.

itkTestDriver


If you want to find out more about ITKon the HPC cluster, you can use the command

module spider ITK

This will show you basic information e.g. a short description and the currently installed version.


Documentation

The full documentation as a pdf. The project page.