|
Man /
DteigContent-type: text/html dteigSection: User Commands (1)Index Return to Main Contents NAMEdteig - Computes the eigensystem of tensors.SYNOPSISdteig -inputmodel <dt (default) | multitensor>DESCRIPTIONReads diffusion tensor (single, two-tensor, three-tensor or multitensor) data from the standard input, computes the eigenvalues and eigenvectors of each tensor and outputs the results to the standard output. For multiple-tensor data the program outputs the eigensystem of each tensor. For each tensor the program outputs: {l_1, e_11, e_12, e_13, l_2, e_21, e_22, e_33, l_3, e_31, e_32, e_33}, where l_1 >= l_2 >= l_3 and e_i = (e_i1, e_i2, e_i3) is the eigenvector with eigenvalue l_i. For three-tensor data, for example, the output contains thirty-six values per voxel.EXAMPLESCompute the eigensystem in each voxel of diffusion MRI data set SubjectA.Bfloat and store the output in EigenA.Bdouble: dtfit SubjectA.Bfloat test/A.scheme | dteig > EigenA.Bdouble Compute the eigensystem for each component of the two-tensor fit to the same data set: twotenfit SubjectA.Bfloat test/A.scheme | dteig -inputmodel multitensor > EigenA.Bdouble Compute the eigensystem for 10000 independent trials of fitting the diffusion tensor to data synthesized from test function 1 (see datasynth(1)) using imaging scheme A.scheme and assuming signal to noise ratio of 16 at b=0: datasynth -testfunc 1 -voxels 10000 -snr 16 -schemefile A.scheme | dtfit - A.scheme | dteig > EigenA_SNR16.Bdouble OPTIONS
AUTHORSDaniel Alexander <camino@cs.ucl.ac.uk>SEE ALSOfa(1), trd(1), dtfit(1), twotenfit(1), threetenfit(1), modelfit(1).BUGS
IndexThis document was created by man2html, using the manual pages. Time: 02:07:11 GMT, December 04, 2017 |