Skip to content

Commit

Permalink
build based on 78086d4
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 3, 2023
1 parent 660d70f commit f38de31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9.4","generation_timestamp":"2023-12-03T15:58:27","documenter_version":"1.2.0"}}
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-03T16:13:45","documenter_version":"1.2.0"}}
2 changes: 1 addition & 1 deletion dev/functions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
3×3 view(::Array{Float64, 3}, :, :, 1) with eltype Float64:
0.0 0.0 0.0
1.0 1.41421 1.0
0.0 0.0 0.0</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/cdb7e0b0018de1be24e87147e9475b416bc30382/src/radon.jl#L12-L46">source</a></section></article><h2 id="IRadon"><a class="docs-heading-anchor" href="#IRadon">IRadon</a><a id="IRadon-1"></a><a class="docs-heading-anchor-permalink" href="#IRadon" title="Permalink"></a></h2><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="RadonKA.iradon" href="#RadonKA.iradon"><code>RadonKA.iradon</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">iradon(sinogram, θs; backend=CPU())</code></pre><p>Calculates the parallel inverse Radon transform of the <code>sinogram</code>. The first two dimensions are y and x. The third dimension is z, the rotational axis. Works either with a <code>AbstractArray{T, 3}</code> or <code>AbstractArray{T, 2}</code>. <code>size(sinogram, 1)</code> has to be a odd number. And <code>size(sinogram, 2)</code> has to be equal to <code>length(angles)</code>. The inverse Radon transform is rotated around the pixel <code>size(sinogram, 1) ÷ 2</code>, so there is always a real center pixel! Works either with a <code>AbstractArray{T, 3}</code> or <code>AbstractArray{T, 2}</code>.</p><p><code>θs</code> is a vector or range storing the angles in radians.</p><p><code>backend</code> can be either <code>CPU()</code> for multithreaded CPU execution or <code>CUDABackend()</code> for CUDA execution. In principle, all backends of KernelAbstractions.jl should work but are not tested.</p><p>See also <a href="#RadonKA.radon"><code>radon</code></a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/cdb7e0b0018de1be24e87147e9475b416bc30382/src/iradon.jl#L26-L45">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="RadonKA.filtered_backprojection" href="#RadonKA.filtered_backprojection"><code>RadonKA.filtered_backprojection</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">filtered_backprojection(sinogram, θs, backend=CPU())</code></pre><p>Calculates the simple Filtered Backprojection in CT with applying a ramp filter in Fourier space.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/cdb7e0b0018de1be24e87147e9475b416bc30382/src/iradon.jl#L3-L9">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../tutorial/">« Tutorial</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.0 on <span class="colophon-date" title="Sunday 3 December 2023 15:58">Sunday 3 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0.0 0.0 0.0</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/78086d4397c8dba0813aff0f092948c58b79de44/src/radon.jl#L12-L46">source</a></section></article><h2 id="IRadon"><a class="docs-heading-anchor" href="#IRadon">IRadon</a><a id="IRadon-1"></a><a class="docs-heading-anchor-permalink" href="#IRadon" title="Permalink"></a></h2><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="RadonKA.iradon" href="#RadonKA.iradon"><code>RadonKA.iradon</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">iradon(sinogram, θs; backend=CPU())</code></pre><p>Calculates the parallel inverse Radon transform of the <code>sinogram</code>. The first two dimensions are y and x. The third dimension is z, the rotational axis. Works either with a <code>AbstractArray{T, 3}</code> or <code>AbstractArray{T, 2}</code>. <code>size(sinogram, 1)</code> has to be a odd number. And <code>size(sinogram, 2)</code> has to be equal to <code>length(angles)</code>. The inverse Radon transform is rotated around the pixel <code>size(sinogram, 1) ÷ 2</code>, so there is always a real center pixel! Works either with a <code>AbstractArray{T, 3}</code> or <code>AbstractArray{T, 2}</code>.</p><p><code>θs</code> is a vector or range storing the angles in radians.</p><p><code>backend</code> can be either <code>CPU()</code> for multithreaded CPU execution or <code>CUDABackend()</code> for CUDA execution. In principle, all backends of KernelAbstractions.jl should work but are not tested.</p><p>See also <a href="#RadonKA.radon"><code>radon</code></a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/78086d4397c8dba0813aff0f092948c58b79de44/src/iradon.jl#L26-L45">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="RadonKA.filtered_backprojection" href="#RadonKA.filtered_backprojection"><code>RadonKA.filtered_backprojection</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">filtered_backprojection(sinogram, θs, backend=CPU())</code></pre><p>Calculates the simple Filtered Backprojection in CT with applying a ramp filter in Fourier space.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/roflmaostc/RadonKA.jl/blob/78086d4397c8dba0813aff0f092948c58b79de44/src/iradon.jl#L3-L9">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../tutorial/">« Tutorial</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.0 on <span class="colophon-date" title="Sunday 3 December 2023 16:13">Sunday 3 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit f38de31

Please sign in to comment.