Skip to content

Commit

Permalink
Deploy documentation of '2022' to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Sep 19, 2023
1 parent 610a2da commit 2b04b89
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified 2022/.doctrees/environment.pickle
Binary file not shown.
Binary file modified 2022/.doctrees/python_api/resource_api.doctree
Binary file not shown.
Binary file modified 2022/.doctrees/python_api/scripted_elements_api.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion 2022/_sources/python_api/scripted_elements_api.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ result = {
### Volume Section

:Element Type: Volume Section
:Result: Accepts a numpy array with pixel data and a transformation.<p>The numpy array's shape denotes the resulting volume section shape. The 'dtype' must be FLOAT.<p>The transformation is a gom.Mat4x4 (affine transformation)
:Result: Accepts a numpy array with pixel data and a transformation.<p>The numpy array's shape denotes the resulting volume section shape. The 'dtype' must be `numpy.float32`.<p>The transformation is a gom.Mat4x4 (affine transformation).

```{code-block} python
result = { 'pixel_data' : np.array (), 'transformation' : gom.Mat4x4 }
Expand Down
2 changes: 1 addition & 1 deletion 2022/python_api/scripted_elements_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ <h3>Volume Section<a class="headerlink" href="#volume-section" title="Permalink
<dd class="field-odd"><p>Volume Section</p>
</dd>
<dt class="field-even">Result<span class="colon">:</span></dt>
<dd class="field-even"><p>Accepts a numpy array with pixel data and a transformation.<p>The numpy array’s shape denotes the resulting volume section shape. The ‘dtype’ must be FLOAT.<p>The transformation is a gom.Mat4x4 (affine transformation)</p>
<dd class="field-even"><p>Accepts a numpy array with pixel data and a transformation.<p>The numpy array’s shape denotes the resulting volume section shape. The ‘dtype’ must be <code class="docutils literal notranslate"><span class="pre">numpy.float32</span></code>.<p>The transformation is a gom.Mat4x4 (affine transformation).</p>
</dd>
</dl>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">result</span> <span class="o">=</span> <span class="p">{</span> <span class="s1">&#39;pixel_data&#39;</span> <span class="p">:</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span> <span class="p">(),</span> <span class="s1">&#39;transformation&#39;</span> <span class="p">:</span> <span class="n">gom</span><span class="o">.</span><span class="n">Mat4x4</span> <span class="p">}</span>
Expand Down
2 changes: 1 addition & 1 deletion 2022/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2b04b89

Please sign in to comment.