Personal tools
  • Help

dtiprocess:Fiberprocess

From NITRC Wiki

Jump to: navigation, search

FiberProcess

FiberProcess

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 FiberProcess
Program description

fiberprocess is a tool that manage fiber files extracted from the fibertrack tool or any fiber tracking algorithm. It takes as an input .fib and .vtk files (--fiber_file) and saves the changed fibers (--fiber_output) into the 2 same formats. The main purpose of this tool is to deform the fiber file with a transformation field as an input (--displacement_field or --h_field depending if you deal with dfield or hfield). To use that option you need to specify the tensor field from which the fiber file was extracted with the option --tensor_volume. The transformation applied on the fiber file is the inverse of the one input. If the transformation is from one case to an atlas, fiberprocess assumes that the fiber file is in the atlas space and you want it in the original case space, so it's the inverse of the transformation which has been computed.

You have 2 options for fiber modification. You can either deform the fibers (their geometry) into the space OR you can keep the same geometry but map the diffusion properties (fa, md, lbd's...) of the original tensor field along the fibers at the corresponding locations. This is triggered by the --no_warp option. To use the previous example: when you have a tensor field in the original space and the deformed tensor field in the atlas space, you want to track the fibers in the atlas space, keeping this geometry but with the original case diffusion properties. Then you can specify the transformations field (from original case -> atlas) and the original tensor field with the --tensor_volume option.

With fiberprocess you can also binarize a fiber file. Using the --voxelize option will create an image where each voxel through which a fiber is passing is set to 1. The output is going to be a binary image with the values 0 or 1 by default but the 1 value voxel can be set to any number with the --voxel_label option. Finally you can create an image where the value at the voxel is the number of fiber passing through. (--voxelize_count_fibers)

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
    • No Data Change [----noDataChange] : Produce verbose output Default value: 0
    • Fiber Output [----fiber_output] [-o]: Output fiber file. May be warped or updated with new data depending on other options used.
    • HField [----h_field] [-H]: HField for warp and statistics lookup. If this option is used tensor-volume must also be specified.
    • DisplacementField [----displacement_field] [-D]: Displacement Field for warp and statistics lookup. If this option is used tensor-volume must also be specified.
    • No Warp [----no_warp] [-n]: Do not warp the geometry of the tensors only obtain the new statistics. Default value: 0
    • Index Space [----index_space] : Use index-space for fiber output coordinates, otherwise us world space for fiber output coordinates (from tensor file). Default value: 0
    • Tensor Volume [----tensor_volume] [-T]: Interpolate tensor values from the given field
    • Voxelize [----voxelize] [-V]: Voxelize fiber into a label map (the labelmap filename is the argument of -V). The tensor file must be specified using -T for information about the size, origin, spacing of the image.
    • Voxelize Count Fibers [----voxelize_count_fibers] : Count number of fibers per-voxel instead of just setting to 1 Default value: 0
    • Label for voxelized fiber [----voxel_label] : Label for voxelized fiber Default value: 1
    • Radius for all fibers [----fiber_radius] [-R]: set radius of all fibers to this value Default value: 0.4
    • Fiber File [----fiber_file] : DTI fiber file


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:45, 25 June 2010.
  • This page has been accessed 928 times.
  •