|
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:
Changed line 50 from:
to:
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:
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
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 @]
Changed lines 84-85 from:
to:
Changed lines 84-85 from:
to:
Added lines 84-85:
Added lines 92-93:
Added lines 101-102:
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
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 @]
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
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 @]
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
Changed line 77 from:
to:
Changed lines 67-68 from:
to:
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
Changed line 69 from:
to:
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:
Changed lines 73-74 from:
to:
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:
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
Deleted lines 68-69:
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
Added lines 69-70:
Deleted line 71:
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 @]
Changed lines 7-8 from:
to:
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.
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:
Added line 62:
Changed lines 1-2 from:
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:
to:
(:tableend:) Simple Example: ->''SingleTensorFT -in tensor.nii.gz -seed wm.nii.gz -out tensor.vtk''<-
Changed line 9 from:
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:) 1 (:cell:) (:cellnr:) -out
(:cell:) string(s)
(:cell:) Y (:cell:) (:cell:)
to:
(:cell align=center:) integer(s) (:cell align=center:) N (:cell align=center:) 1 (: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 14 from:
to:
Changed line 19 from:
to:
Changed line 24 from:
to:
Changed line 29 from:
to:
Changed line 34 from:
to:
Changed line 39 from:
to:
Changed line 44 from:
to:
Changed line 49 from:
to:
Changed line 54 from:
to:
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(s) required: 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
|
|