Difference between revisions of "Documentation/4.0/Modules/TractographyDisplay"
m |
m |
||
Line 22: | Line 22: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | + | Allows the user to manipulate several different characteristics of the traced white matter tracts. Examples are: change of color; display of the fractional anisotropy along the tract; display of the tracts as tubes or lines; interactive selection of the tracts; and cropping. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- ----------------------------------------------------------------- --> | <!-- ----------------------------------------------------------------- --> | ||
<!-- ----------------------------------------------------------------- --> | <!-- ----------------------------------------------------------------- --> | ||
Line 43: | Line 33: | ||
Most frequently used for these scenarios: | Most frequently used for these scenarios: | ||
− | * Use Case 1: | + | * Use Case 1: Change the scalar quantity displayed along the tract, like Fractional Anisotropy or Color By Orientation |
− | * Use Case 2: | + | * Use Case 2: Display the tracts as lines or tubes |
+ | * Use Case 2: Interactive selection or cropping of a certain bundle. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 23:11, 25 November 2011
Home < Documentation < 4.0 < Modules < TractographyDisplay
Introduction and Acknowledgements
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||
|
Module Description
Allows the user to manipulate several different characteristics of the traced white matter tracts. Examples are: change of color; display of the fractional anisotropy along the tract; display of the tracts as tubes or lines; interactive selection of the tracts; and cropping.
Use Cases
Most frequently used for these scenarios:
- Use Case 1: Change the scalar quantity displayed along the tract, like Fractional Anisotropy or Color By Orientation
- Use Case 2: Display the tracts as lines or tubes
- Use Case 2: Interactive selection or cropping of a certain bundle.
Tutorials
Links to tutorials that use this module
Panels and their use
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:
|
|
|
Similar Modules
- Point to other modules that have similar functionality
References
Publications related to this module go here. Links to pdfs would be useful. For extensions: link to the source code repository and additional documentation
Information for Developers
Section under construction. |
The section above is generated using the following wiki code:
{{documentation/{{documentation/version}}/module-section|Information for Developers}} {{documentation/{{documentation/version}}/module-developerinfo|ModuleTemplate|type=Interactive|category=Example}}
If you are documenting a CLI, the category should be extracted from the corresponding XML description. This could be done automatically using the following wiki template:
{{documentation/{{documentation/version}}/module-category|xmlurl=http://path/to/YOURMODULENAME.xml }}
If your module is available in Slicer repository, the following template could be useful to obtain the corresponding URL:
{{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}}
Using this later template, the final syntax would be:
{{documentation/{{documentation/version}}/module-category|xmlurl={{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}} }}