Skip to content

Commit

Permalink
deploy: e77000b
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmess committed Nov 11, 2023
1 parent 32172f5 commit efbb23a
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 90 deletions.
48 changes: 18 additions & 30 deletions FOV and Resolution.html

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions Image Reconstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@ <h2> Contents </h2>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions MR Physics - Bloch Equation.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,6 @@ <h1>Bloch Equation<a class="headerlink" href="#bloch-equation" title="Permalink
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions MRI Signal Equation.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,6 @@ <h2> Contents </h2>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions Magnetic Fields and RF Coils.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,6 @@ <h1>Magnetic fields in MRI<a class="headerlink" href="#magnetic-fields-in-mri" t
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
</div>
Expand Down
31 changes: 0 additions & 31 deletions Spectral-Spatial RF Pulses.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,37 +478,6 @@ <h2>Spectral-Spatial RF Pulse Design<a class="headerlink" href="#spectral-spatia
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>warning: trying to compile MEX file from /home/runner/work/MRI-education-resources/MRI-education-resources/RF Pulses/rf_tools/mex_files/abrx.c
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>warning: called from
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> abrx at line 15 column 1
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> abr at line 31 column 12
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>error: MEX file now compiled, re-run code
Expand Down
4 changes: 0 additions & 4 deletions Spin Physics.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,6 @@ <h3>Relaxation Equations<a class="headerlink" href="#relaxation-equations" title
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>loading image
loading signal
error: graphics_toolkit: qt toolkit is not available
error: called from
graphics_toolkit at line 88 column 5
startup at line 43 column 5
</pre></div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 12 additions & 8 deletions _sources/FOV and Resolution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rect_recon = ifft2c(kdata);\n",
"\n",
"subplot(221)\n",
"imagesc((abs(kdata)), [0 (1)])\n",
"imagesc(log(abs(kdata)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon), [0 max(abs(rect_recon(:)))])\n",
Expand All @@ -86,8 +86,9 @@
"kdata2(:,1:2:end) = 0;\n",
"rect_recon2 = ifft2c(kdata2);\n",
"\n",
"figure\n",
"subplot(221)\n",
"imagesc((abs(kdata2)), [0 (1)])\n",
"imagesc(log(abs(kdata2)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon2), [0 max(abs(rect_recon2(:)))])\n",
Expand All @@ -101,8 +102,9 @@
"kdata2(:,2:3:end) = 0;\n",
"rect_recon3 = ifft2c(kdata3);\n",
"\n",
"figure\n",
"subplot(221)\n",
"imagesc((abs(kdata3)), [0 (1)])\n",
"imagesc(log(abs(kdata3)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon3), [0 max(abs(rect_recon3(:)))])\n",
Expand Down Expand Up @@ -143,7 +145,7 @@
"rect_recon = ifft2c(kdata);\n",
"\n",
"subplot(221)\n",
"imagesc((abs(kdata)), [0 (1)])\n",
"imagesc(log(abs(kdata)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon), [0 max(abs(rect_recon(:)))])\n",
Expand All @@ -155,21 +157,23 @@
"kdata2(:,[[1:N/4],[3*N/4+1:N]]) = 0;\n",
"rect_recon2 = ifft2c(kdata2);\n",
"\n",
"figure\n",
"subplot(221)\n",
"imagesc((abs(kdata2)), [0 (1)])\n",
"imagesc(log(abs(kdata2)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon2), [0 max(abs(rect_recon2(:)))])\n",
"colormap(gray), axis equal tight off\n",
"title('Half k_{max}, Double voxel size')\n",
"\n",
"kdata4 = kdata;\n",
"kdata4([[1:3*N/8],5*N/8+1:N]],:) = 0;\n",
"kdata4(:,[[1:3*N/8],5*N/8+1:N]]) = 0;\n",
"kdata4([[1:3*N/8],[5*N/8+1:N]],:) = 0;\n",
"kdata4(:,[[1:3*N/8],[5*N/8+1:N]]) = 0;\n",
"rect_recon4 = ifft2c(kdata4);\n",
"\n",
"figure\n",
"subplot(221)\n",
"imagesc((abs(kdata4)), [0 (1)])\n",
"imagesc(log(abs(kdata4)), [0 (1)])\n",
"colormap(gray), axis equal tight off\n",
"subplot(222)\n",
"imagesc(abs(rect_recon4), [0 max(abs(rect_recon4(:)))])\n",
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit efbb23a

Please sign in to comment.