Recent Changes - Search:

Homepage

This is the old Camino website, please visit our new page to download the code and get the latest documentation.









UCL MIG Home

UCL CS Home

UCL Home

edit SideBar

Man /

Dtmx

Content-type: text/html Manpage of dtmx

dtmx

Section: User Commands (1)
Index Return to Main Contents

 

NAME

dtmx - Creates a linear transform for fitting the diffusion tensor.

 

SYNOPSIS

dtmx -schemefile <scheme file>

 

DESCRIPTION

Creates a matrix file for fitting the diffusion tensor to data acquired with the scheme specified in <scheme file> using linrecon.

 

EXAMPLES

Fit the diffusion tensor to the data in SubjectA.Bfloat using linear regression to the log measurements:


 $ # Create the DT fitting matrix
 $ dtmx -schemefile A.scheme > A_DTMX.Bdouble
 $ # Run it over each voxel
 $ linrecon SubjectA.Bfloat A.scheme A_DTMX.Bdouble > DiffTensorA.Bdouble

The above is equivalent to:

$ dtfit SubjectA.Bfloat A.scheme > DiffTensorA.Bdouble

 

AUTHORS

Daniel Alexander <camino@cs.ucl.ac.uk>

 

SEE ALSO

linrecon(1).

 

BUGS


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
AUTHORS
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 02:07:11 GMT, December 04, 2017

Edit - History - Print - Recent Changes - Search
Page last modified on October 26, 2009, at 02:49 PM