Difference between revisions of "Documentation/Nightly/Extensions/DTIAtlasBuilder"
Adrienkaiser (talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 12: | Line 13: | ||
Contact: Adrien Kaiser, <email>akaiser@unc.edu</email><br> | Contact: Adrien Kaiser, <email>akaiser@unc.edu</email><br> | ||
Website: http://www.nitrc.org/projects/dtiatlasbuilder/<br> | Website: http://www.nitrc.org/projects/dtiatlasbuilder/<br> | ||
− | License: [http://www. | + | License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0] |
<gallery> | <gallery> | ||
Image:UNC-NIRAL.png|NIRAL | Image:UNC-NIRAL.png|NIRAL | ||
Line 32: | Line 33: | ||
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. | 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. | Using the GUI, you will be able to save or load a dataset file or a parameter file. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| | {| | ||
Line 44: | Line 39: | ||
** <span style="color:green">'''Parameter File'''</span> [<span style="color:orange">--parameter_file</span>] [<span style="color:pink">-p</span>]: Parameter file created with this program (.txt) | ** <span style="color:green">'''Parameter File'''</span> [<span style="color:orange">--parameter_file</span>] [<span style="color:pink">-p</span>]: Parameter file created with this program (.txt) | ||
** <span style="color:green">'''Dataset File'''</span> [<span style="color:orange">--dataset_file</span>] [<span style="color:pink">-d</span>]: CSV file containing the dataset (.csv) | ** <span style="color:green">'''Dataset File'''</span> [<span style="color:orange">--dataset_file</span>] [<span style="color:pink">-d</span>]: CSV file containing the dataset (.csv) | ||
− | ** <span style="color:green">'''Configuration file'''</span> [<span style="color:orange">--configuration_file</span>] [<span style="color:pink">-c</span>]: Software configuration file | + | ** <span style="color:green">'''Configuration file'''</span> [<span style="color:orange">--configuration_file</span>] [<span style="color:pink">-c</span>]: Software configuration file (.txt) |
** <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) | ||
Line 52: | Line 47: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
− | {{documentation/{{documentation/version}}/extension-section| | + | {{documentation/{{documentation/version}}/extension-section|Screenshots}} |
<gallery widths="200px" perrow="4"> | <gallery widths="200px" perrow="4"> | ||
− | Image:DTIAtlasBuilder_Interface.png| | + | Image:DTIAtlasBuilder_Interface.png|Files tab |
+ | Image:DTIAtlasBuilder_Affine.png|Affine Atlas tab | ||
+ | Image:DTIAtlasBuilder_Diffeo.png|Diffeomorphic Atlas tab | ||
+ | Image:DTIAtlasBuilder_FinalRes.png|Final Resampling tab | ||
+ | Image:DTIAtlasBuilder_SoftConfig.png|Software Configuration tab | ||
+ | Image:DTIAtlasBuilder_GridProc.png|Grid Processing tab | ||
</gallery> | </gallery> | ||
Latest revision as of 22:49, 11 December 2014
Home < Documentation < Nightly < Extensions < DTIAtlasBuilder
For the latest Slicer documentation, visit the read-the-docs. |
Warning
Section under construction. |
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: Apache License, Version 2.0
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.
|
Screenshots
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/