NIRALUser / DTIProcessToolkit

DTIProcess is a DTI processing and analysis toolkit developed in UNC and University of Utah
http://www.nitrc.org/projects/dtiprocess
Apache License 2.0
7 stars 8 forks source link

Correct tensor estimation #6

Closed aghayoor closed 9 years ago

aghayoor commented 9 years ago

The following patches add a new option named "--correction" to dtiprocess and dtiestim. This option corrects the tensors if computed tensor is not semi-definite positive.

--correction <zero|none|abs|nearest> (default: none)

This option keeps the tensor correction consistent between ResampleDTIlogEuclidean, dtiprocess and dtiestim.

aghayoor commented 9 years ago

@hjmjohnson : Please review.

hjmjohnson commented 9 years ago

@aghayoor Fixed in another patch set.