DTI-TK

Diffusion Tensor Imaging ToolKit

DTI-TK Logo
Documentation::DTI-TK::SingleTensorFT

Documentation.SingleTensorFT History

Hide minor edits - Show changes to output

Changed line 13 from:
[@
to:
->[@
Changed line 20 from:
[@
to:
->[@
Changed line 28 from:
[@
to:
->[@
Changed line 36 from:
[@
to:
->[@
Changed line 43 from:
[@
to:
->[@
Changed line 50 from:
[@
to:
->[@
March 01, 2011, at 09:39 PM by 172.29.30.65 -
Changed line 50 from:
%center%[@
to:
[@
March 01, 2011, at 09:12 PM by 172.29.30.74 -
Added lines 7-53:
!!!Basic Usage Pattern:
Specify :
*an input tensor volume using the flag "-in", which takes the file name of the tensor volume as its argument
*a white matter mask using the "-seed", to which the tractography will be limited
*the name of the output file using "-out"

[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
@]

!!!List of Usage
'''-label''' is an option to modify if the value of the binary nifti image is different from 1, in the following case, it is 10

[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -label 10 -out tensor.vtk
@]

\\\

'''-minLength''' and '''-maxLength''' determine the minimum and maximum sizes of the fibers. In the following case, the tractography will only encompass the fibers that measure between 100 and 150mm

[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minLength 100 -maxLength 150 -out tensor.vtk
@]

\\\

'''-minFA''' and '''maxAngle''' are two stopping criteria. The following example will perform the tractography until very low FA values (0.05) and high angles (with the possibility of tracts turning at right angles)

[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minFA 0.05 -maxAngle 90 -out tensor.vtk
@]

\\\

'''-stepSize''' defines the length of a step through the diffusion tensor field. The default value is 0.5 but if one is interested in long tracts only, increasing this value increases the speed of the process.
[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -stepSize 2 -out tensor.vtk
@]

\\\

'''-upsample''' can be modified if the initial resolution of the tensor image is very low and the user wants a denser tractography. In the following case, the fiber bundles are 3 times denser than what they would have been with the default value
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -upsample 3 -out tensor.vtk
@]

Changed lines 114-163 from:
!!!Basic Usage Pattern:
Specify :
*an input tensor volume using the flag "-in", which takes the file name of the tensor volume as its argument
*a white matter mask using the "-seed", to which the tractography will be limited
*the name of the output file using "-out"

%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
@]

!!!List of Usage
'''-label''' is an option to modify if the value of the binary nifti image is different from 1, in the following case, it is 10

%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -label 10 -out tensor.vtk
@]

\\\

'''-minLength''' and '''-maxLength''' determine the minimum and maximum sizes of the fibers. In the following case, the tractography will only encompass the fibers that measure between 100 and 150mm

%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minLength 100 -maxLength 150 -out tensor.vtk
@]

\\\

'''-minFA''' and '''maxAngle''' are two stopping criteria. The following example will perform the tractography until very low FA values (0.05) and high angles (with the possibility of tracts turning at right angles)

%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minFA 0.05 -maxAngle 90 -out tensor.vtk
@]

\\\

'''-stepSize''' defines the length of a step through the diffusion tensor field. The default value is 0.5 but if one is interested in long tracts only, increasing this value increases the speed of the process.
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -stepSize 2 -out tensor.vtk
@]

\\\

'''-upsample''' can be modified if the initial resolution of the tensor image is very low and the user wants a denser tractography. In the following case, the fiber bundles are 3 times denser than what they would have been with the default value
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -upsample 3 -out tensor.vtk
@]



to:

March 01, 2011, at 09:09 PM by 172.29.30.76 -
March 01, 2011, at 08:49 PM by 172.29.30.68 -
Changed line 109 from:
'''-upsample''' can be modified if the initial resolution of the tensor image is very low and the user wants a denser tractography. In the following case, the fiber bundles are 3 times densers than what they would have been with the default value
to:
'''-upsample''' can be modified if the initial resolution of the tensor image is very low and the user wants a denser tractography. In the following case, the fiber bundles are 3 times denser than what they would have been with the default value
March 01, 2011, at 08:49 PM by 172.29.30.67 -
Changed lines 92-93 from:
 
 
to:
\\\
 
Changed lines 100-108 from:
 
 
 
''' -stepSize''': length of a step through the diffusion tensor field
* upsample: value that needs to be changed for denser tracts
in the case of low resolution DTI image
 
 
 
 
to:
\\\
 
'''-stepSize''' defines the length of a step through the diffusion tensor field. The default value is 0.5 but if one is interested in long tracts only, increasing this value increases the speed of the process.
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -stepSize 2 -out tensor.vtk
@]
 
\\\
 
'''-upsample''' can be modified if the initial resolution of the tensor image is very low and the user wants a denser tractography. In the following case, the fiber bundles are 3 times densers than what they would have been with the default value
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -upsample 3 -out tensor.vtk
@]

 
 
 
 
March 01, 2011, at 08:44 PM by 172.29.30.68 -
Changed lines 84-85 from:
----
 
to:
\\\
 
March 01, 2011, at 08:43 PM by 172.29.30.75 -
Changed lines 84-85 from:
 
 
to:
----
 
March 01, 2011, at 08:43 PM by 172.29.30.66 -
Added lines 84-85:
 
 
Added lines 92-93:
 
 
Added lines 101-102:
 
 
March 01, 2011, at 08:42 PM by 172.29.30.71 -
Changed lines 84-85 from:
'''-minLength''' and '''-maxLength''' determine the minimum and maximum sizes of the fibers
 
to:
'''-minLength''' and '''-maxLength''' determine the minimum and maximum sizes of the fibers. In the following case, the tractography will only encompass the fibers that measure between 100 and 150mm
 
Changed line 87 from:
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minLength 10 -maxLength 10 -out tensor.vtk
to:
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minLength 100 -maxLength 150 -out tensor.vtk
Changed lines 90-94 from:
* minLength: 
* maxLength
* minFA: stopping
criteria; FA value under which the tractography will stop 
* maxAngle: stopping criteria; Angle over which
the tractography will stop
* stepSize:
length of a step through the diffusion tensor field
to:
'''-minFA''' and '''maxAngle''' are two stopping criteria. The following example will perform the tractography until very low FA values (0.05) and high angles (with the possibility of tracts turning at right angles)
 
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minFA 0.05 -maxAngle 90 -out tensor.vtk
@]
 
 
''' -stepSize'''
: length of a step through the diffusion tensor field
March 01, 2011, at 08:37 PM by 172.29.30.75 -
Changed lines 84-89 from:
 
to:
'''-minLength''' and '''-maxLength''' determine the minimum and maximum sizes of the fibers
 
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -minLength 10 -maxLength 10 -out tensor.vtk
@]

 
March 01, 2011, at 08:35 PM by 172.29.30.66 -
Changed lines 78-79 from:
''-label'' is an option to be modified if the value of the label is different that 1, in this case, the value of the nifti binary image is 10 instead of 1
to:
'''-label''' is an option to modify if the value of the binary nifti image is different from 1, in the following case, it is 10
March 01, 2011, at 08:34 PM by 172.29.30.69 -
Changed lines 78-83 from:
* label: to be modified if the value of the label is different that 1
to:
''-label'' is an option to be modified if the value of the label is different that 1, in this case, the value of the nifti binary image is 10 instead of 1
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -label 10 -out tensor.vtk
@]
 
March 01, 2011, at 08:25 PM by 172.29.30.73 -
Changed lines 68-72 from:
 
to:
Specify :
*an input tensor volume using the flag "-in", which takes the file name of the tensor volume as its argument
*a white matter mask using the "-seed", to which the tractography will be limited
*the name of the output file using "-out"

 
Deleted lines 76-79:
*tensor.nii.gz: DTI image
*wm.nii.gz: white matter mask that limits the tractography
*tensor.vtk: output file containing the tractography defined by wm.nii.gz
 
March 01, 2011, at 08:23 PM by 172.29.30.70 -
Changed line 77 from:
!!!Further specification
to:
!!!List of Usage
March 01, 2011, at 08:18 PM by 172.29.30.76 -
Changed lines 67-68 from:
!!!Simple Example
 
to:
!!!Basic Usage Pattern
 
March 01, 2011, at 08:17 PM by 172.29.30.65 -
Changed lines 69-70 from:
[@
%center%SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
to:
%center%[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
March 01, 2011, at 08:16 PM by 172.29.30.68 -
Changed line 69 from:
->[@
to:
[@
March 01, 2011, at 08:16 PM by 172.29.30.70 -
Changed line 70 from:
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
to:
%center%SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
Deleted lines 72-73:
%center%blahbalh
 
March 01, 2011, at 08:16 PM by 172.29.30.72 -
Changed lines 73-74 from:
blahbalh
 
to:
%center%blahbalh
 
March 01, 2011, at 08:16 PM by 172.29.30.69 -
Changed line 70 from:
%block text-align=center% SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
to:
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
Added lines 73-74:
blahbalh
 
March 01, 2011, at 08:15 PM by 172.29.30.73 -
Changed line 70 from:
%center% SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
to:
%block text-align=center% SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
March 01, 2011, at 08:13 PM by 172.29.30.71 -
Deleted lines 68-69:
 
%center%
Changed line 70 from:
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
to:
%center% SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk
March 01, 2011, at 08:13 PM by 172.29.30.76 -
Added lines 69-70:
 
%center%
Deleted line 71:
%center%
March 01, 2011, at 08:13 PM by 172.29.30.67 -
Added line 70:
%center%
March 01, 2011, at 08:11 PM by 172.29.30.73 -
Changed lines 69-70 from:
->'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk'''''
 
to:
->[@
SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk 
@]

 
March 01, 2011, at 08:11 PM by 172.29.30.68 -
Changed lines 7-8 from:
!!!Usage
 
to:
!!!List of options
 
March 01, 2011, at 02:26 PM by 172.29.30.71 -
Changed lines 4-6 from:
!!!Definition
SingleTensorFT is a command that generates white matter tractography of the brain
 
to:
!!!About SingleTensorFT
SingleTensorFT
is a command line utility for generating white matter tractography of the brain from a DTI volume.
 
March 01, 2011, at 02:24 PM by 172.29.30.67 -
Added lines 1-3:
(:noleft:)(:notitle:)(:title DTI-TK::SingleTensorFT:)
!SingleTensorFT documentation
 
Changed lines 66-67 from:
'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk'''''
 
to:
->'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk'''''
 
Changed lines 73-75 from:
* seed:
* label
* minLength
to:
* label: to be modified if the value of the label is different that 1
* minLength:
Changed lines 76-83 from:
* minFA
* maxAngle
* stepSize
* upsample

 
 
 
 
to:
* minFA: stopping criteria; FA value under which the tractography will stop 
* maxAngle: stopping criteria; Angle over which the tractography will stop
* stepSize: length of a step through the diffusion tensor field
* upsample: value that needs to be changed for denser tracts in the case of low resolution DTI image

 
 
 
 
Added lines 1-3:
!!!Definition
SingleTensorFT is a command that generates white matter tractography of the brain
 
Changed lines 51-52 from:
(:cell:) mm
(:cellnr:) -upsample 
to:
(:cell align=center:) mm
(:cellnr align=center:) -upsample 
Changed lines 72-84 from:
 
to:
!!!Further specification
* seed:
* label
* minLength
* maxLength
* minFA
* maxAngle
* stepSize
* upsample
 
 
 

 
Changed lines 65-69 from:
->tensor.nii.gz: DTI image
->wm.nii.gz: white matter mask that limits the tractography
->tensor.vtk: output file containing the tractography defined by wm.nii.gz
 
 
to:
*tensor.nii.gz: DTI image
*wm.nii.gz: white matter mask that limits the tractography
*tensor.vtk: output file containing the tractography defined by wm.nii.gz
 
 
Changed lines 65-69 from:
tensor.nii.gz: DTI image
wm.nii.gz: white matter mask that limits the tractography
tensor.vtk: output file containing the tractography defined by wm.nii.gz
 
 
to:
->tensor.nii.gz: DTI image
->wm.nii.gz: white matter mask that limits the tractography
->tensor.vtk: output file containing the tractography defined by wm.nii.gz
 
 
Changed lines 65-69 from:
 
to:
tensor.nii.gz: DTI image
wm.nii.gz: white matter mask that limits the tractography
tensor.vtk: output file containing the tractography defined by wm.nii.gz
 

 
Changed lines 1-2 from:
!!!Usage of SingleTensorFT
 
to:
!!!Usage
 
Added line 62:
 
Changed lines 1-2 from:
Usage of SingleTensorFT
 
to:
!!!Usage of SingleTensorFT
 
Changed lines 61-62 from:
Simple Example: 
->'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk'''''
to:
!!!Simple Example: 
'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk''''' 
 

 
Changed line 62 from:
->''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk''<-
to:
->'''''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk'''''
Changed lines 59-62 from:
(:tableend:)
to:
(:tableend:) 
 
Simple Example: 
->''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk''<-
Changed line 9 from:
(:cellnr:) -in
to:
(:cellnr align=center:) -in
Changed lines 10-27 from:
(:cell:)     string(s)
(:cell:)   Y  
(:cell:)
(
:cell:)
(:cellnr:) -seed
(:cell:)   string(s)  
(:cell:Y
(:cell:)  
(:cell:)
(
:cellnr:) -label
(:cell:)  integer(s)
(:cell:)  N
(:cell:) 1   
(:cell:)
(
:cellnr:) -minLength 
(:cell:)  double(s)
(:cell:)  N
(:cell:) 10
to:
(:cell align=center:)     string(s)
(:cell align=center:)   Y  
(:cell align=center:)
(:cell align=center:)
(:cellnr align=center:) -seed
(:cell align=center:)  string(s 
(:cell align=center:)  Y
(:cell align=center: 
(:cell align=center:)
(:cellnr align=center:) -label
(:cell align=center:)  integer(s)
(:cell align=center:)  N
(:cell align=center:) 1   
(:cell align=center:)
(:cellnr align=center:) -minLength 
(:cell align=center:)  double(s)  
(:cell align=center:)  N
(:cell align=center:) 10
(:cell align=center:) mm
(:cellnr align=center:) -maxLength 
(:cell align=center:) double(s) 
(:cell align=center:) N  
(:cell align=center:)  1000
(:cell align=center:) mm
(:cellnr align=center:) -minFA
(:cell align=center:)  double(s) 
(:cell align=center:)  N   
(:cell align=center:)  0.15 
(:cell align=center:)
(:cellnr align=center:) -maxAngle 
(:cell align=center:)  double(s) 
(:cell align=center:) N
(:cell align=center:) 45
(:cell align=center:) degrees
(:cellnr align=center:) -stepSize   
(:cell align=center:)  double(s) 
(:cell align=center:) N
(:cell align=center:) 0.5
Deleted lines 48-67:
(:cellnr:) -maxLength 
(:cell:) double(s) 
(:cell:) N  
(:cell:)  1000
(:cell:) mm
(:cellnr:) -minFA
(:cell:)  double(s) 
(:cell:)  N   
(:cell:)  0.15 
(:cell:)
(:cellnr:) -maxAngle 
(:cell:)  double(s) 
(:cell:) N
(:cell:) 45
(:cell:) degrees
(:cellnr:) -stepSize   
(:cell:)  double(s) 
(:cell:) N
(:cell:) 0.5
(:cell:) mm
Changed lines 50-58 from:
(:cell:)   integer(s) 
(:cell:) N  
(:cell:)
(:cell:)
(
:cellnr:) -out
(:cell:)   string(s)  
(:cell:) Y 
(:cell:)
(
:cell:)
to:
(:cell align=center:)   integer(s) 
(:cell align=center:) N  
(:cell align=center:)
(:cell align=center:)
(:cellnr align=center:) -out
(:cell align=center:)   string(s)  
(:cell align=center:) Y 
(:cell align=center:)
(:cell align=center
:)
Changed lines 6-8 from:
(:cell:) required 
(:cell:)  default  
(:cell:) unit
to:
(:head:) required 
(:head:)  default  
(:head:) unit
Changed line 5 from:
(:cell:) type 
to:
(:head:) type 
Changed line 14 from:
(:headnr:) -seed
to:
(:cellnr:) -seed
Changed line 19 from:
(:headnr:) -label
to:
(:cellnr:) -label
Changed line 24 from:
(:headnr:) -minLength 
to:
(:cellnr:) -minLength 
Changed line 29 from:
(:headnr:) -maxLength 
to:
(:cellnr:) -maxLength 
Changed line 34 from:
(:headnr:) -minFA
to:
(:cellnr:) -minFA
Changed line 39 from:
(:headnr:) -maxAngle 
to:
(:cellnr:) -maxAngle 
Changed line 44 from:
(:headnr:) -stepSize   
to:
(:cellnr:) -stepSize   
Changed line 49 from:
(:headnr:) -upsample 
to:
(:cellnr:) -upsample 
Changed line 54 from:
(:headnr:) -out
to:
(:cellnr:) -out
Changed line 9 from:
(:headnr:) -in
to:
(:cellnr:) -in
Changed line 3 from:
(:table border=3 cellpadding=5 cellspacing=3:)
to:
(:table border=3 cellpadding=5 cellspacing=3 align=center:)
Changed line 3 from:
(:table border=3 cellpadding=5 cellspacing=0:)
to:
(:table border=3 cellpadding=5 cellspacing=3:)
Changed line 3 from:
(:table border=1 cellpadding=5 cellspacing=0:)
to:
(:table border=3 cellpadding=5 cellspacing=0:)
Changed lines 9-18 from:
(:headnr:) -in          (:cell:)      string(s)  (:cell:)    Y (:cell:)    (:cell:)
(:headnr:) -seed      (:cell:)  string(s)    (:cell:)  Y (:cell:)  (:cell:)
(:headnr:) -label        (:cell:)  integer(s) (:cell:)  N (:cell:) 1  (:cell:)
(:headnr:) -minLength (:cell:)  double(s) (:cell:)  N (:cell:) 10 (:cell:)mm
(:headnr:) -maxLength (:cell:) double(s) (:cell:) N (:cell:)  1000 (:cell:) mm
(:headnr:) -minFA      (:cell:)  double(s) (:cell:)  N  (:cell:)  0.15  (:cell:)
(:headnr:) -maxAngle (:cell:)  double(s) (:cell:) N (:cell:) 45 (:cell:) degrees
(:headnr:) -stepSize  (:cell:)  double(s) (:cell:) N (:cell:) 0.5 (:cell:) mm
(:headnr:) -upsample (:cell:)  integer(s) (:cell:) N (:cell:) 1 (:cell:)
(:headnr:) -out          (:cell:)  string(s)  (:cell:) Y (:cell:) (:cell:)
to:
(:headnr:) -in
(:cell:)    string(s)
(:cell:)    Y
(:cell:)
(:cell:)
(:headnr:) -seed
(:cell:)  string(s) 
(:cell:)  Y
(:cell:) 
(:cell:)
(:headnr:) -label
(:cell:)  integer(s)
(:cell:)  N
(:cell:) 1 
(:cell:)
(:headnr:) -minLength
(:cell:)  double(s)
(:cell:)  N
(:cell:) 10
(:cell:) mm
(:headnr:) -maxLength
(:cell:) double(s)
(:cell:) N
(:cell:)  1000
(:cell:) mm
(:headnr:) -minFA
(:cell:)  double(s)
(:cell:)  N 
(:cell:)  0.15 
(:cell:)
(:headnr:) -maxAngle
(:cell:)  double(s)
(:cell:) N
(:cell:) 45
(:cell:) degrees
(:headnr:) -stepSize 
(:cell:)  double(s)
(:cell:) N
(:cell:) 0.5
(:cell:) mm
(:headnr:) -upsample
(:cell:)  integer(s)
(:cell:) N
(:cell:) 1
(:cell:)
(:headnr:) -out
(:cell:)  string(s) 
(:cell:) Y
(:cell:)
(:cell:)
Changed lines 4-8 from:
(:head:) specification  (:cell:) type  (:cell:) required (:cell:)  default   (:cell:) unit
to:
(:head:) specification   
(:cell:) type   
(:cell:) required  
(:cell:)  default  
(:cell:) unit
Changed lines 3-12 from:
-in            type: string(s)    required: Y
-seed            type: string(s)    required: Y
-label            type: integer(s)  required: N default: 1 
-minLength
  type: double(s required: N default: 10 in mm
-maxLength  type: double(s)  required: N default: 1000 in mm
-minFA       type: double(s)   required: N default: 0.15 
-maxAngle    type: double(s)  required: N default: 45 in degrees
-stepSize      type: double(s)   required: N default: 0.5 in mm
-upsample    type: integer(srequired: N default: 1
-out              type: string(s)    required: Y
to:
(:table border=1 cellpadding=5 cellspacing=0:)
(:head:) specification  (:cell:) type  (:cell:) required (:cell:)  default   (:cell:) unit
(:headnr:) -in         (:cell:)      string(s)  (:cell:)   Y (:cell:)    (:cell:)
(:headnr:) -seed      (:cell:)   string(s)   (:cell:Y (:cell:)   (:cell:)
(:headnr:) -label       (:cell:)  integer(s) (:cell:)  N (:cell:) 1   (:cell:)
(:headnr:) -minLength (:cell:)  double(s) (:cell:) N (:cell:) 10 (:cell:)mm
(:headnr:)
-maxLength (:cell:) double(s) (:cell:) N (:cell:)   1000 (:cell:) mm
(:headnr:) -minFA     (:cell:double(s) (:cell:)  N  (:cell:)  0.15  (:cell:)
(:headnr:) -maxAngle (:cell:)  double(s) (:cell:) N (:cell:) 45 (:cell:) degrees
(:headnr:) -stepSize  (:cell:)  double(s) (:cell:) N (:cell:) 0.5 (:cell:) mm
(:headnr:) -upsample (:cell:)  integer(s) (:cell:) N (:cell:) 1 (:cell:)
(:headnr:) -out          (:cell:)  string(s)  (:cell:) Y (:cell:) (:cell:)
(:tableend:)
Added lines 1-12:
Usage of SingleTensorFT
 
-in                type: string(s)    required: Y
-seed            type: string(s)    required: Y
-label            type: integer(s)  required: N default: 1 
-minLength  type: double(s)  required: N default: 10 in mm
-maxLength  type: double(s)  required: N default: 1000 in mm
-minFA        type: double(s)  required: N default: 0.15 
-maxAngle    type: double(s)  required: N default: 45 in degrees
-stepSize      type: double(s)  required: N default: 0.5 in mm
-upsample    type: integer(s)  required: N default: 1 
-out              type: string(s)    required: Y
Page last modified on March 04, 2011, at 01:29 AM

    SourceForge.net Logo   Valid XHTML 1.0 Transitional