Skip to content

Commit

Permalink
deploy: a84e784
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmess committed Dec 11, 2024
1 parent f97c5ff commit 26f6aa5
Show file tree
Hide file tree
Showing 32 changed files with 521 additions and 81 deletions.
20 changes: 17 additions & 3 deletions Accelerated Imaging Methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'Accelerated Imaging Methods';</script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="MRI Notation and Terminology" href="MRI%20Notation.html" />
<link rel="next" title="Key MRI Concepts and Equations" href="Key%20MRI%20Concepts.html" />
<link rel="prev" title="Fast Imaging Pulse Sequences" href="Fast%20Imaging%20Pulse%20Sequences.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down Expand Up @@ -416,6 +420,7 @@ <h2> Contents </h2>
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#learning-goals">Learning Goals</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#general-formulation-of-mri-reconstruction">General Formulation of MRI Reconstruction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#partial-fourier-imaging">Partial Fourier Imaging</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#parallel-imaging">Parallel Imaging</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#image-space-methods">Image-space Methods</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#auto-calibrated-k-space-methods">Auto-calibrated K-space Methods</a></li>
Expand Down Expand Up @@ -517,6 +522,14 @@ <h2>General Formulation of MRI Reconstruction<a class="headerlink" href="#genera
<div class="math notranslate nohighlight">
\[ \hat{x} = \mathbf{F^{H}} y \]</div>
</section>
<section id="partial-fourier-imaging">
<h2>Partial Fourier Imaging<a class="headerlink" href="#partial-fourier-imaging" title="Permalink to this heading">#</a></h2>
<p>Partial Fourier imaging, also known as fractional NEX or partial k-space, utilizes the conjugate symmetry property of the Fourier Transform. This property states that the Fourier Transform of a real-valued function has conjugate symmetry. If our image, <span class="math notranslate nohighlight">\(m(\vec{r})\)</span>, is real-valued, then the k-space data satisfies</p>
<div class="math notranslate nohighlight">
\[ M(\vec{k}) = M(-\vec{k})^*\]</div>
<p>In this case, only half of k-space is required, and the other half can be filled in by this property.</p>
<p>In practice, there is typically low spatial frequency phase components in the image so the initial assumption of a real-valued image is violated. However, the data acquisition can still be accelerated by acquiring slightly more than half of k-space, and the fully sampled center of k-space can provide sufficient information about the low spatial frequency phase to still allow for accelerationg based on this conjugate symmetry property.</p>
</section>
<section id="parallel-imaging">
<h2>Parallel Imaging<a class="headerlink" href="#parallel-imaging" title="Permalink to this heading">#</a></h2>
<p>For parallel imaging (PI), we need to consider the coil sensitivity profiles, <span class="math notranslate nohighlight">\(\mathbf{C}_q\)</span>, for each RF coil into encoding matrix along with a Fourier Transform encoding matrix, <span class="math notranslate nohighlight">\(\mathbf{F}\)</span>, as well as a k-space sub-sampling operator, <span class="math notranslate nohighlight">\(\mathbf{S}\)</span>, for the measurements from each RF coil, <span class="math notranslate nohighlight">\(\mathbf{y}_q\)</span>:</p>
Expand Down Expand Up @@ -697,11 +710,11 @@ <h3>Reference<a class="headerlink" href="#reference" title="Permalink to this he
</div>
</a>
<a class="right-next"
href="MRI%20Notation.html"
href="Key%20MRI%20Concepts.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">MRI Notation and Terminology</p>
<p class="prev-next-title">Key MRI Concepts and Equations</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand All @@ -722,6 +735,7 @@ <h3>Reference<a class="headerlink" href="#reference" title="Permalink to this he
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#learning-goals">Learning Goals</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#general-formulation-of-mri-reconstruction">General Formulation of MRI Reconstruction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#partial-fourier-imaging">Partial Fourier Imaging</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#parallel-imaging">Parallel Imaging</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#image-space-methods">Image-space Methods</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#auto-calibrated-k-space-methods">Auto-calibrated K-space Methods</a></li>
Expand Down
4 changes: 4 additions & 0 deletions Artifacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down
9 changes: 8 additions & 1 deletion FOV and Resolution.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down Expand Up @@ -527,7 +531,10 @@ <h2>Spatial Resolution<a class="headerlink" href="#spatial-resolution" title="Pe
<p>The spatial resolution is determined by the maximum sample extent in k-space, with the simple relationship based on the maximum k-space sample locations, <span class="math notranslate nohighlight">\(k_{max}\)</span> as:</p>
<div class="math notranslate nohighlight">
\[ \delta = \frac{1}{2 k_{max}}\]</div>
<p>For example, <span class="math notranslate nohighlight">\(\delta_x = \frac{1}{2 k_{x,max}}\)</span></p>
<p>For example, <span class="math notranslate nohighlight">\(\delta_x = \frac{1}{2 k_{x,max}}\)</span>.</p>
<p>For symmetric sampling in k-space, this can also be defined based on the width of the k-space sampling, <span class="math notranslate nohighlight">\(W_k = 2 k_{max}\)</span>:</p>
<div class="math notranslate nohighlight">
\[ \delta = \frac{1}{W_k}\]</div>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="o">%</span> <span class="n">rectangular</span> <span class="nb">object</span> <span class="n">to</span> <span class="n">demonstrate</span> <span class="n">resolution</span>
Expand Down
4 changes: 4 additions & 0 deletions Fast Imaging Pulse Sequences.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down
4 changes: 4 additions & 0 deletions Fun with RF Pulses.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down
4 changes: 4 additions & 0 deletions Gradient and Spin Echoes.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down
4 changes: 4 additions & 0 deletions Image Reconstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down
6 changes: 6 additions & 0 deletions Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
<li class="toctree-l1"><a class="reference internal" href="Fast%20Imaging%20Pulse%20Sequences.html">Fast Imaging Pulse Sequences</a></li>
<li class="toctree-l1"><a class="reference internal" href="Accelerated%20Imaging%20Methods.html">Accelerated Imaging Methods</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Summary</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Key%20MRI%20Concepts.html">Key MRI Concepts and Equations</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Reference Material</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="MRI%20Notation.html">MRI Notation and Terminology</a></li>
Expand Down Expand Up @@ -485,6 +489,8 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
</div>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
</div>
</section>

<script type="text/x-thebe-config">
Expand Down
Loading

0 comments on commit 26f6aa5

Please sign in to comment.