Skip to content

Commit

Permalink
Merge pull request #106 from kaitj/update_csd
Browse files Browse the repository at this point in the history
ENH: Add SH order theory
  • Loading branch information
jhlegarreta authored Mar 28, 2021
2 parents c60439e + 83c6995 commit 8deac30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions _episodes/constrained_spherical_deconvolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In order to perform the deconvolution over the sphere, the spherical
representation of the diffusion data has to be obtained. This is done using the
so-called Spherical Harmonics (SH) which are a basis that allow to represent
any function on the sphere (much like the Fourier analysis allows to represent
a function in terms of in terms of trigonometric functions).
a function in terms of trigonometric functions).

In this episode we will be using the Constrained Spherical Deconvolution (CSD)
method proposed by Tournier *et al*. in 2007. In essence, CSD imposes a
Expand Down Expand Up @@ -209,7 +209,8 @@ and hence it must be computed on a case basis.
After estimating a response function, the fODF is reconstructed through the
deconvolution operation. In order to obtain the spherical representation of the
diffusion signal, the order of the Spherical Harmonics expansion must be
specified. The series is infinite, but must be truncated to a maximum order in
specified. The order, $l$, corresponds to an angular frequency of the basis function.
While the series is infinite, it must be truncated to a maximum order in
practice to be able to represent the diffusion signal. The maximum order will
determine the number of SH coefficients used. The number of diffusion encoding
gradient directions must be at least as large as the number of coefficients.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"In order to perform the deconvolution over the sphere, the spherical\n",
"representation of the diffusion data has to be obtained. This is done using the\n",
"so-called Spherical Harmonics (SH) which are a basis that allow to represent any\n",
"function on the sphere (much like the Fourier analysis allows to represent a\n",
"function in terms of in terms of trigonometric functions).\n",
"function on the sphere (much like the Fourier analysis allows to represent\n",
"a function in terms of trigonometric functions).\n",
"\n",
"In this episode we will be using the Constrained Spherical Deconvolution (CSD)\n",
"method proposed by Tournier *et al*. in 2007. In essence, CSD imposes a\n",
Expand Down Expand Up @@ -248,7 +248,7 @@
"After estimating a response function, the fODF is reconstructed through the\n",
"deconvolution operation. In order to obtain the spherical representation of the\n",
"diffusion signal, the order of the Spherical Harmonics expansion must be\n",
"specified. The series is infinite, but must be truncated to a maximum order in\n",
"specified. The order, $l$, corresponds to an angular frequency of the basis function. While the series is infinite, it must be truncated to a maximum order in\n",
"practice to be able to represent the diffusion signal. The maximum order will\n",
"determine the number of SH coefficients used. The number of diffusion encoding\n",
"gradient directions must be at least as large as the number of coefficients.\n",
Expand Down Expand Up @@ -541,4 +541,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 8deac30

Please sign in to comment.