Skip to content
Snippets Groups Projects
Commit a7980bf6 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

DOC: updated the documentation so it formats correctly

parent 5eb65349
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,12 @@
"""This module provides the :class:`.DTIFitTensor` class, which encapsulates
the diffusion tensor data generated by the FSL ``dtifit`` tool.
There are also conversion tools between the diffusion tensors defined in 3 formats
- (..., 3, 3) array with the full diffusion tensor
- (..., 6) array with the unique components (Dxx, Dxy, Dxz, Dyy, Dyz, Dzz)
- Tuple with the eigenvectors and eigenvalues (V1, V2, V3, L1, L2, L3)
There are also conversion tools between the diffusion tensors defined in 3 formats:
* (..., 3, 3) array with the full diffusion tensor
* (..., 6) array with the unique components (Dxx, Dxy, Dxz, Dyy, Dyz, Dzz)
* Tuple with the eigenvectors and eigenvalues (V1, V2, V3, L1, L2, L3)
Finally the following utility functions are also defined:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment