Skip to content

Commit

Permalink
build based on 4421ca8
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 2, 2024
1 parent 43536a5 commit 2f1e081
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-02T11:11:39","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-02T14:06:50","documenter_version":"1.2.1"}}
10 changes: 5 additions & 5 deletions dev/api/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/building_basis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ETL = 50
NUM_BASIS = 6

basis_exp,exp_dict = MESE_basis_exp(NUM_BASIS,TE,ETL,T2_vec)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/a5f85529eec463099c41a942153e10bc06791e5a/src/build_basis.jl#L53-L82">source</a></section></article><p>In the publication, the subspace is extracted from a dictionary generated with a range of <span>$T_2$</span> from 1 ms to 2000 ms with a step of 1 ms.</p><p>Other approachs can be used :</p><ul><li>a logarithmic repartition of <span>$T_2$</span> </li><li>extracting from a fully acquisition the distribution of <span>$T_2$</span> and then generate from that distribution the dictionary (Tamir et al, MRM,2017)</li></ul><p>Let&#39;s take a look at the first 6 subspace vectors from a linear repartition :</p><pre><code class="language-julia hljs">using Subspace_MESE
basis_exp,exp_dict = MESE_basis_exp(NUM_BASIS,TE,ETL,T2_vec)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/4421ca863d3311752d36c9a58a0ecdbbec2b7a6d/src/build_basis.jl#L53-L82">source</a></section></article><p>In the publication, the subspace is extracted from a dictionary generated with a range of <span>$T_2$</span> from 1 ms to 2000 ms with a step of 1 ms.</p><p>Other approachs can be used :</p><ul><li>a logarithmic repartition of <span>$T_2$</span> </li><li>extracting from a fully acquisition the distribution of <span>$T_2$</span> and then generate from that distribution the dictionary (Tamir et al, MRM,2017)</li></ul><p>Let&#39;s take a look at the first 6 subspace vectors from a linear repartition :</p><pre><code class="language-julia hljs">using Subspace_MESE

T2_vec = 1.0:1.0:2000.0
TE = 7.0
Expand Down Expand Up @@ -44,7 +44,7 @@
ETL = 50
NUM_BASIS = 6

basis_epg, epg_dict =MESE_basis_EPG(NUM_BASIS,TE,ETL,T2_vec,B1_vec,T1_vec;TR=TR,dummy=dummy)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/a5f85529eec463099c41a942153e10bc06791e5a/src/build_basis.jl#L103-L138">source</a></section></article><p>In order to generate the EPG subspace, more parameters need to be defined. Specifically, the range of <span>$B_1$</span> to be expected in the acquisition might be larger for surfacic transmit coil than for volumic coils that have a homogeneous <span>$B_1^+$</span> field.</p><p>Of note, B1<em>vec, T2</em>vec, T1<em>vec can also be passed as float values rather than vectors. In the publication, the T1</em>vec was fixed to 1000 ms.</p><pre><code class="language-julia hljs">using Subspace_MESE
basis_epg, epg_dict =MESE_basis_EPG(NUM_BASIS,TE,ETL,T2_vec,B1_vec,T1_vec;TR=TR,dummy=dummy)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/4421ca863d3311752d36c9a58a0ecdbbec2b7a6d/src/build_basis.jl#L103-L138">source</a></section></article><p>In order to generate the EPG subspace, more parameters need to be defined. Specifically, the range of <span>$B_1$</span> to be expected in the acquisition might be larger for surfacic transmit coil than for volumic coils that have a homogeneous <span>$B_1^+$</span> field.</p><p>Of note, B1<em>vec, T2</em>vec, T1<em>vec can also be passed as float values rather than vectors. In the publication, the T1</em>vec was fixed to 1000 ms.</p><pre><code class="language-julia hljs">using Subspace_MESE
B1_vec = 0.8:0.01:1.0
T2_vec = 1.0:1.0:2000.0
T1_vec = 1000.0 #can also be a vector of float
Expand Down Expand Up @@ -73,9 +73,9 @@
raw = RawAcquisitionData_MESE(b)
acq = AcquisitionData(raw,OffsetBruker = true);

basis, calib_dict = MESE_basis_calibration(acq,(15,15,15),6)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/a5f85529eec463099c41a942153e10bc06791e5a/src/build_basis.jl#L8-L33">source</a></section></article><p>The calibration subspace reconstructs low-resolution images from a fully sampled area of the k-space. </p><p>You can generate the subspace from the acquired accelerated acquisition with the parameter <code>crop_size</code> equal to the size of the fully sampled area of the k-space.</p><p>But you can also generate the subspace from a different fully acquisition (for example on a control acquisition)</p><pre><code class="language-julia hljs">b = BrukerFile(&quot;path/to/dataset&quot;)
basis, calib_dict = MESE_basis_calibration(acq,(15,15,15),6)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/aTrotier/Subspace_MESE.jl/blob/4421ca863d3311752d36c9a58a0ecdbbec2b7a6d/src/build_basis.jl#L8-L33">source</a></section></article><p>The calibration subspace reconstructs low-resolution images from a fully sampled area of the k-space. </p><p>You can generate the subspace from the acquired accelerated acquisition with the parameter <code>crop_size</code> equal to the size of the fully sampled area of the k-space.</p><p>But you can also generate the subspace from a different fully acquisition (for example on a control acquisition)</p><pre><code class="language-julia hljs">b = BrukerFile(&quot;path/to/dataset&quot;)

raw = RawAcquisitionData_MESE(b)
acq = AcquisitionData(raw,OffsetBruker = true);

basis,_ = MESE_basis_calibration(acq,(15,15,15),6)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../convert/">« Convert data</a><a class="docs-footer-nextpage" href="../reconstruction_subspace/">Subspace Reconstruction »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 2 February 2024 11:11">Friday 2 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
basis,_ = MESE_basis_calibration(acq,(15,15,15),6)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../convert/">« Convert data</a><a class="docs-footer-nextpage" href="../reconstruction_subspace/">Subspace Reconstruction »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 2 February 2024 14:06">Friday 2 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/convert/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
params[:reco] = &quot;direct&quot;

im_u = reconstruction(acq, params);</code></pre><p>This returns images which can be artifacted in the case of an undersampled acquisitioncan.</p><p>We can combine the different coil elements with a sum of squares :</p><pre><code class="language-julia hljs">using Subspace_MESE.MRICoilSensitivities
im_u_sos = mergeChannels(im_u)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../building_basis/">Subspace generation »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 2 February 2024 11:11">Friday 2 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
im_u_sos = mergeChannels(im_u)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../building_basis/">Subspace generation »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 2 February 2024 14:06">Friday 2 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 2f1e081

Please sign in to comment.