Difference between revisions of "Slicer3:Diffusion Editor"

From NAMIC Wiki
Jump to: navigation, search
m
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(78 intermediate revisions by 2 users not shown)
Line 1: Line 1:
−
== Overview ==
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Modules:Volumes:Diffusion_Editor-Documentation  here]</font></big>
−
The goal of this project is to add a Gradient Editor for DWI data in the Volumes modul of Slicer3.
 
−
As the documentation of gradients in dicom data is not standardized, MRI scanners handle them differently. Because of that there is a big need to add/modify gradients manually.
 
−
 
 
−
== Interface ==
 
−
This screen shots show the interface and its changes during the last months.
 
−
 
 
−
<gallery caption="Interface" widths="200px" heights="200px" perrow="4">
 
−
Image:DWI_Gradient_Editor_v3.jpg | 3rd Version
 
−
Image:DWI_Gradient_Editor_v2.jpg | 2nd Version, embedded in Slicer3
 
−
Image:DWI_Gradient_Editor.jpg| 1st Version
 
−
</gallery>
 
−
 
 
−
== How to use the Editor==
 
−
*1.Step: Generate a Nrrd-header of your DWI data. Use the "Dicom to Nrrd" module in Slicer3 (Modules->Converters->Dicom to Nrrd).
 
−
**-> A nhdr-file will be created.
 
−
*2.Step: Use the output (nhdr-file) as an input of the Volumes module.
 
−
**-> The Gradient Editor will be enabled. If you load any other type of dataset the Editor will be disabled.
 
−
 
 
−
=== What you can do now ===
 
−
 
 
−
#''' Choose Measurement Frame'''.
 
−
## '''Negative''': Select the columns you want to negative.
 
−
## '''Swap''': Select two columns you want to swap.
 
−
## '''Rotate''': Select one column you want to rotate by an angle you can
 
−
### choose from a given set of values.
 
−
### set yourself.
 
−
## Set your own values.
 
−
# '''Define Gradients'''.
 
−
## If the .nhdr file has the information about the gradients, the editor will put them in the text field.
 
−
## You can copy/paste your own gradients in the text field.
 
−
## You can load gradients from a plain text file or .nhdr file.
 
−
#'''Run test'''.
 
−
## Add a Feducial Mask. To see if the chosen parameters are reasonable, you can run a test that automatically
 
−
### computes the Tensor
 
−
### visualizes them by Tractography Seeding. (both with standard values)
 
−
#'''Cancel''': All parameters are restored to original.
 
−
 
 
−
=== Status ===
 
−
The Editor is now successfully integrated in the Volumes module of the trunk Version of Slicer3.
 
−
Implementation Progress:
 
−
Measurement Frame load/change/save: 90%
 
−
Gradients load/change/save: 50%
 
−
Test ...: 0%
 
−
 
 
−
== Additional Information ==
 
−
 
 
−
Nrrd format: [http://wiki.na-mic.org/Wiki/index.php/NAMIC_Wiki:DTI:Nrrd_format http://wiki.na-mic.org/Wiki/index.php/NAMIC_Wiki:DTI:Nrrd_format]
 

Latest revision as of 17:37, 10 July 2017

Home < Slicer3:Diffusion Editor

Note: We are migrating this content to the slicer.org domain - The newer page is here