From 92a6e4efb51c09160c791b35a7ae38116bc3683f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 17 Feb 2024 21:35:08 -0500 Subject: [PATCH] BUG: Remove spare backslash in LaTeX inequality sign Remove spare backslash in LaTeX inequality sign. Left behind in commit 925596e. --- episodes/diffusion_tensor_imaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/diffusion_tensor_imaging.md b/episodes/diffusion_tensor_imaging.md index 7eb08800..f9302524 100644 --- a/episodes/diffusion_tensor_imaging.md +++ b/episodes/diffusion_tensor_imaging.md @@ -57,7 +57,7 @@ Tensors are represented by ellipsoids characterized by calculated eigenvalues ($\lambda_{1}, \lambda_{2}, \lambda_{3}$) and ($\epsilon_{1}, \epsilon_{2}, \epsilon_{3}$) eigenvectors from the previously described matrix. The computed eigenvalues and eigenvectors are normally -sorted in descending magnitude (i.e. $\lambda_{1} \\geq \lambda_{2}$). +sorted in descending magnitude (i.e. $\lambda_{1} \geq \lambda_{2}$). Eigenvalues are always strictly positive in the context of dMRI and are measured in $mm^2/s$. In the DTI model, the largest eigenvalue gives the principal direction of the diffusion tensor, and the other two eigenvectors