Difference between revisions of "Documentation/Nightly/Extensions/DTIAtlasBuilder"

From Slicer Wiki
Jump to: navigation, search
Line 47: Line 47:
 
** <span style="color:green">'''Overwrite'''</span> [<span style="color:orange">--overwrite</span>]: If you want to overwrite on previous compute (default: 0)
 
** <span style="color:green">'''Overwrite'''</span> [<span style="color:orange">--overwrite</span>]: If you want to overwrite on previous compute (default: 0)
 
** <span style="color:green">'''No GUI'''</span> [<span style="color:orange">--nogui</span>] : If you do not need the GUI (default: 0)
 
** <span style="color:green">'''No GUI'''</span> [<span style="color:orange">--nogui</span>] : If you do not need the GUI (default: 0)
|[[Image:DTIPrep-Extension-GUI.png|thumb|280px|User Interface]]
+
|[[Image:DTIAtlasBuilder_Interface.png|thumb|280px|User Interface]]
 
|}
 
|}
  
Line 54: Line 54:
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
<gallery widths="200px" perrow="4">
 
<gallery widths="200px" perrow="4">
Image:DTIPrep-Extension-GUI.png|DWI image loaded
+
Image:DTIAtlasBuilder_Interface.png|User Interface
Image:DTIPrep-Extension-Sphere.png|Sphere representing the gradient directions
 
 
</gallery>
 
</gallery>
  

Revision as of 21:27, 20 February 2013

Home < Documentation < Nightly < Extensions < DTIAtlasBuilder

Warning


This extension currently does not work in Slicer4 nightly build on Windows and Mac. This should be corrected soon.

Introduction and Acknowledgements

Author: Adrien Kaiser
Contact: Adrien Kaiser, <email>akaiser@unc.edu</email>
Website: http://www.nitrc.org/projects/dtiatlasbuilder/
License: BSD

Extension Description

Quick Tour of Features and Use

This tool creates an Atlas image as an average of several DTI images that will be registered. The registration will be done in two steps : - Affine Registration with BRAINSFit - Non Linear Registration with AtlasWerks A final step will apply the transformations to the original DTI images so that the final average can be computed.

The main function writes a python script that will be executed to compute the Atlas.

By running DTIAtlasBuilder, you will need to fill in informations in a Graphical User Interface, and then compute the Atlas. You can also run the tool in command line without using the GUI. Using the GUI, you will be able to save or load a dataset file or a parameter file.

--overwrite
    If you want to overwrite on previous compute (default: 0)
  --nogui
    If you do not need the GUI (default: 0)
  • Parameters:
    • Parameter File [--parameter_file] [-p]: Parameter file created with this program (.txt)
    • Dataset File [--dataset_file] [-d]: CSV file containing the dataset (.csv)
    • Configuration file [--configuration_file] [-c]: Software configuration file
    • Overwrite [--overwrite]: If you want to overwrite on previous compute (default: 0)
    • No GUI [--nogui] : If you do not need the GUI (default: 0)
User Interface


Use Cases

Similar Extensions

N/A

Information for Developers

More information as well as the source code can found on the project webpage: http://www.nitrc.org/projects/dtiatlasbuilder/