Personal tools
  • Help

dtiprocess:Dtiprocess

From NITRC Wiki

Jump to: navigation, search

dtiprocess

dtiprocess


General Information

Module Type & Category

Type: CLI

Category: DTI.DTIProcess


Authors, Collaborators & Contact

Author: Casey Goodlett

Contributors: Hans Johnson, Sylvain Gouttard

Contact: Sylvain Gouttard, gouttard@sci.utah.edu


Module Description

Program title dtiprocess
Program description dtiprocess is a tool that handles tensor fields. It takes as an input a tensor field in nrrd format.

It can generate diffusion scalar properties out of the tensor field such as : FA (--fa_output), Gradient FA image (--fa_gradient_output), color FA (--color_fa_output), MD (--md_output), Frobenius norm (--frobenius_norm_output), lbd1, lbd2, lbd3 (--lambda{1,2,3}_output), binary map of voxel where if any of the eigenvalue is negative, the voxel is set to 1 (--negative_eigenvector_output)

It also creates 4D images out of the tensor field such as: Highest eigenvector map (highest eigenvector at each voxel) (--principal_eigenvector_output)

Masking capabilities: For any of the processing done with dtiprocess, it's possible to apply it on a masked region of the tensor field. You need to use the --mask option for any of the option to be applied on that tensor field sub-region only. If you want to save the masked tensor field use the option --outmask and specify the new masked tensor field file name.

dtiprocess also allows a range of transformations on the tensor fields. The transformed tensor field file name is specified with the option --deformation_output. There are 3 resampling interpolation methods specified with the tag --interpolation followed by the type to use (nearestneighbor, linear, cubic) Then you have several transformations possible to apply: - Affine transformations using as an input - itk affine transformation file (based on the itkAffineTransform class) - Affine transformations using rview (details and download at http://www.doc.ic.ac.uk/~dr/software/). There are 2 versions of rview both creating transformation files called dof files. The old version of rview outputs text files containing the transformation parameters. It can be read in with the --dof_file option. The new version outputs binary dof files. These dof files can be transformed into human readable file with the dof2mat tool which is part of the rview package. So you need to save the output of dof2mat into a text file which can then be used with the -- newdof_file option. Usage example: dof2mat mynewdoffile.dof >> mynewdoffile.txt dtiprocess --dti_image mytensorfield.nhdr --newdof_file mynewdoffile.txt --rot_output myaffinetensorfield.nhdr

Non linear transformations as an input: The default transformation file type is d-field (displacement field) in nrrd format. The option to use is --forward with the name of the file. If the transformation file is a h-field you have to add the option --hField.

Program version 1.0.0
Program documentation-url http://www.google.com/

Usage

Use Cases, Examples

This module is especially appropriate for these use cases:

  • Use Case 1:
  • Use Case 2:

Examples of the module in use:

  • Example 1:
  • Example 2:

Tutorials

  • Tutorial 1
    • Data Set 1

Quick Tour of Features and Use

A list panels in the interface, their features, what they mean, and how to use them.

  • Verbose
    • Verbose [----verbose] [-v]: produce verbose output Default value: 0
    • Mask [----mask] : Mask tensors. Specify --outmask if you want to save the masked tensor field, otherwise the mask is applied just for the current processing
    • Output Mask [----outmask] : Name of the masked tensor field.
    • FA Output [----fa_output] [-f]: FA output file
    • MD Output [----md_output] [-m]: MD output file
    • FA Gradient Output [----fa_gradient_output] : FA Gradient output file
    • FA Gradient Output [----fa_gradmag_output] : FA Gradient Magnitude output file
    • Color FA Output [----color_fa_output] : Color FA output file
    • Principal Eigenvectors Output [----principal_eigenvector_output] : Principal Eigenvectors Output
    • Negative Eigenvectors Output [----negative_eigenvector_output] : Negative Eigenvectors Output: create a binary image where if any of the eigen value is below zero, the voxel is set to 1, otherwise 0.
    • Frobenius Norm Output [----frobenius_norm_output] : Frobenius Norm Output
    • Lambda 1 [----lambda1_output] : Lambda 1 (largest eigenvalue) output
    • Lambda 2 [----lambda2_output] : Lambda 2 (middle eigenvalue) output
    • Lambda 3 [----lambda3_output] : Lambda 3 (smallest eigenvalue) output
    • Scalar Float [----scalar_float] : Write scalar [FA,MD] as unscaled float (with their actual values, otherwise scaled by 10 000). Also causes FA to be unscaled [0..1]. Default value: 0
    • Rotated Tensor Output [----rot_output] [-r]: Rotated tensor output file. Must also specify the dof file.
    • Transformation File [----dof_file] [-d]: Transformation file for affine transformation. This can be ITK format (or the outdated RView).
    • Deformation Output [----deformation_output] [-w]: Warped tensor field based on a deformation field. This option requires the --forward,-F transformation to be specified.
    • Forward Transformation [----forward] [-F]: Forward transformation. Assumed to be a deformation field in world coordinates, unless the --h-field option is specified.
    • H Fields [----hField] : forward and inverse transformations are h-fields instead of displacement fields Default value: 0
    • DTI Image [----dti_image] : DTI tensor volume
    • newdof_file [----newdof_file] : Transformation file for affine transformation. RView NEW format. (txt file output of dof2mat)
    • affineitk_file [----affineitk_file] : Transformation file for affine transformation. ITK format.


Development

Notes from the Developer(s)

Algorithms used, library classes depended upon, use cases, etc.

Dependencies

Other modules or packages that are required for this module's use.

Tests

On the Dashboard, these tests verify that the module is working on various platforms:

Known bugs

Links to known bugs in the Slicer3 bug tracker

Usability issues

Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.

Source code & documentation

Links to the module's source code:

Source code:

Doxygen documentation:

More Information

Acknowledgment

References

Publications related to this module go here. Links to pdfs would be useful.

Powered by MediaWiki
  • This page was last modified 15:37, 25 June 2010.
  • This page has been accessed 1,063 times.
  •