MeshFromTracts ============== .. code-block:: none USAGE: MeshFromTracts [--returnparameterfile ] [--processinformationaddress ] [--xml] [--echo] [--debug] [-p] [--nonormal] [--zoom ] [--png ] [--angle >] [--size >] [--flip >] [--scalarimage ] [--scalarrange >] [--radius ] [--color >] [--colorscheme ] [-o ] [--] [--version] [-h] Where: --returnparameterfile Filename in which to write simple return parameters (int, float, int-vector, etc.) as opposed to bulk return parameters (image, geometry, transform, measurement, table). --processinformationaddress Address of a structure to store process information (progress, abort, etc.). (value: 0) --xml Produce xml description of command line arguments (value: 0) --echo Echo the command line arguments (value: 0) --debug debug (value: 0) -p, --progress show progress of processing (value: 0) --nonormal Do not use vtkPolyDataNormals. (value: 0) --zoom zoom factor. Used when visualzing the vtk file. --png output png file. Used when visualzing the vtk file. --angle > azimuth,elevation. Used when visualzing the vtk file. (value: 0.0,0.0) --size > window size. Used when visualzing the vtk file. (value: 600,600) --flip > Flip x/y/z-axis for spherical functions. 1 means flip, 0 means no-flip. (value: 0,0,0) --scalarimage Input file. (value: "") --scalarrange > Range of scalar used for coloring. If they are -1.0, then use minimal and maximal values. (value: -1.0,-1.0) --radius Tube radius. If it is negative or zero, use lines instead of tubes. (value: 0.2) --color > Use fixed color for peaks when --colorscheme FIXED is set. (value: 255 ,255,0) --colorscheme Color scheme. (value: DIRECTION) -o , --output Output vtk file. If it is not set, visualize the vtk file. (value: "") --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. (required) Input file. Description: Create a mesh from fiber tracts for visualization. Examples: MeshFromTracts tracts.trk -o tracts_vis.vtk --colorscheme DIRECTION MeshFromTracts tracts.trk -o tracts_vis.vtk --colorscheme DIRECTION --radius 0.2 Author(s): Jian Cheng (jian.cheng.1983@gmail.com) Acknowledgements: Thank you everyone.