Skip to content

Commit

Permalink
Updating the docs in dev/ for branch: main, commit 9f978a9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Apr 1, 2024
1 parent f8195a1 commit 4ef68e3
Show file tree
Hide file tree
Showing 454 changed files with 813 additions and 813 deletions.
2 changes: 1 addition & 1 deletion dev/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 89ebf3f34252b6f17ab48376eb998bbe
config: c2d5ab8c786e2ae26548a1d2bd787279
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ instead of averagin the pixels. Finally, the image is store as a dicom image.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.008 seconds)
**Total running time of the script:** (0 minutes 0.006 seconds)


.. _sphx_glr_download_auto_examples_image_processing_plot_downsize_image.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.251 seconds)
**Total running time of the script:** (0 minutes 0.266 seconds)


.. _sphx_glr_download_auto_examples_image_processing_plot_waveforms.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.259** total execution time for 3 files **from auto_examples/image_processing**:
**00:00.271** total execution time for 3 files **from auto_examples/image_processing**:

.. container::

Expand All @@ -33,10 +33,10 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_image_processing_plot_waveforms.py` (``plot_waveforms.py``)
- 00:00.251
- 00:00.266
- 0.0
* - :ref:`sphx_glr_auto_examples_image_processing_plot_downsize_image.py` (``plot_downsize_image.py``)
- 00:00.008
- 00:00.006
- 0.0
* - :ref:`sphx_glr_auto_examples_image_processing_reslice.py` (``reslice.py``)
- 00:00.000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ information, and show it using matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.125 seconds)
**Total running time of the script:** (0 minutes 0.093 seconds)


.. _sphx_glr_download_auto_examples_input_output_plot_read_dicom.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This example shows how to read and interact with a DICOM File-set.
Found 0 instances with PhotometricInterpretation='MONOCHROME1' without loading the stored instances and 3 instances with loading
Original File-set still at /root/project/src/pydicom/data/test_files/dicomdirtests
File-set copied to /tmp/tmp_je5nswc and contains the following files:
File-set copied to /tmp/tmpdepmqixn and contains the following files:
DICOMDIR
PT000000/ST000000/SE000000/IM000000
PT000000/ST000000/SE000001/IM000000
Expand Down Expand Up @@ -264,7 +264,7 @@ This example shows how to read and interact with a DICOM File-set.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.309 seconds)
**Total running time of the script:** (0 minutes 0.331 seconds)


.. _sphx_glr_download_auto_examples_input_output_plot_read_fileset.py:
Expand Down
10 changes: 5 additions & 5 deletions dev/_sources/auto_examples/input_output/plot_write_dicom.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ have to change UIDs to valid values and add all required DICOM data elements.
Setting dataset values...
Setting file meta information...
Writing dataset to: /tmp/tmp1y0ekd3s.dcm
Load dataset from: /tmp/tmp1y0ekd3s.dcm ...
Writing dataset to: /tmp/tmph4oxyzvs.dcm
Load dataset from: /tmp/tmph4oxyzvs.dcm ...
Dataset.file_meta -------------------------------
(0002,0000) File Meta Information Group Length UL: 128
(0002,0001) File Meta Information Version OB: b'\x00\x01'
Expand All @@ -49,10 +49,10 @@ have to change UIDs to valid values and add all required DICOM data elements.
(0002,0013) Implementation Version Name SH: 'PYDICOM 3.0.0'
-------------------------------------------------
(0008,0023) Content Date DA: '20240401'
(0008,0033) Content Time TM: '165133.821174'
(0008,0033) Content Time TM: '170052.488931'
(0010,0010) Patient's Name PN: 'Test^Firstname'
(0010,0020) Patient ID LO: '123456'
Deleting file: /tmp/tmp1y0ekd3s.dcm ...
Deleting file: /tmp/tmph4oxyzvs.dcm ...
Expand Down Expand Up @@ -112,7 +112,7 @@ have to change UIDs to valid values and add all required DICOM data elements.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.004 seconds)
**Total running time of the script:** (0 minutes 0.005 seconds)


.. _sphx_glr_download_auto_examples_input_output_plot_write_dicom.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.447** total execution time for 5 files **from auto_examples/input_output**:
**00:00.437** total execution time for 5 files **from auto_examples/input_output**:

.. container::

Expand All @@ -33,16 +33,16 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_fileset.py` (``plot_read_fileset.py``)
- 00:00.309
- 00:00.331
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom.py` (``plot_read_dicom.py``)
- 00:00.125
- 00:00.093
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_printing_dataset.py` (``plot_printing_dataset.py``)
- 00:00.005
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_write_dicom.py` (``plot_write_dicom.py``)
- 00:00.004
- 00:00.005
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_rtplan.py` (``plot_read_rtplan.py``)
- 00:00.003
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Finally, this is possible to store the image
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.007 seconds)
**Total running time of the script:** (0 minutes 0.011 seconds)


.. _sphx_glr_download_auto_examples_metadata_processing_plot_anonymize.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This examples illustrates how to work with sequences.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.001 seconds)
**Total running time of the script:** (0 minutes 0.002 seconds)


.. _sphx_glr_download_auto_examples_metadata_processing_plot_sequences.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.011** total execution time for 3 files **from auto_examples/metadata_processing**:
**00:00.016** total execution time for 3 files **from auto_examples/metadata_processing**:

.. container::

Expand All @@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_anonymize.py` (``plot_anonymize.py``)
- 00:00.007
- 00:00.011
- 0.0
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_add_dict_entries.py` (``plot_add_dict_entries.py``)
- 00:00.003
- 0.0
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_sequences.py` (``plot_sequences.py``)
- 00:00.001
- 00:00.002
- 0.0
2 changes: 1 addition & 1 deletion dev/_sources/auto_examples/plot_dicom_difference.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ This examples illustrates how to find the differences between two DICOM files.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.107 seconds)
**Total running time of the script:** (0 minutes 0.106 seconds)


.. _sphx_glr_download_auto_examples_plot_dicom_difference.py:
Expand Down
4 changes: 2 additions & 2 deletions dev/_sources/auto_examples/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.107** total execution time for 4 files **from auto_examples**:
**00:00.106** total execution time for 4 files **from auto_examples**:

.. container::

Expand All @@ -33,7 +33,7 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_plot_dicom_difference.py` (``plot_dicom_difference.py``)
- 00:00.107
- 00:00.106
- 0.0
* - :ref:`sphx_glr_auto_examples_dicomtree.py` (``dicomtree.py``)
- 00:00.000
Expand Down
28 changes: 14 additions & 14 deletions dev/_sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.825** total execution time for 15 files **from all galleries**:
**00:00.830** total execution time for 15 files **from all galleries**:

.. container::

Expand All @@ -33,37 +33,37 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_fileset.py` (``../examples/input_output/plot_read_fileset.py``)
- 00:00.309
- 00:00.331
- 0.0
* - :ref:`sphx_glr_auto_examples_image_processing_plot_waveforms.py` (``../examples/image_processing/plot_waveforms.py``)
- 00:00.251
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom.py` (``../examples/input_output/plot_read_dicom.py``)
- 00:00.125
- 00:00.266
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_dicom_difference.py` (``../examples/plot_dicom_difference.py``)
- 00:00.107
- 00:00.106
- 0.0
* - :ref:`sphx_glr_auto_examples_image_processing_plot_downsize_image.py` (``../examples/image_processing/plot_downsize_image.py``)
- 00:00.008
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom.py` (``../examples/input_output/plot_read_dicom.py``)
- 00:00.093
- 0.0
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_anonymize.py` (``../examples/metadata_processing/plot_anonymize.py``)
- 00:00.007
- 00:00.011
- 0.0
* - :ref:`sphx_glr_auto_examples_image_processing_plot_downsize_image.py` (``../examples/image_processing/plot_downsize_image.py``)
- 00:00.006
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_printing_dataset.py` (``../examples/input_output/plot_printing_dataset.py``)
- 00:00.005
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_write_dicom.py` (``../examples/input_output/plot_write_dicom.py``)
- 00:00.004
- 00:00.005
- 0.0
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_add_dict_entries.py` (``../examples/metadata_processing/plot_add_dict_entries.py``)
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_rtplan.py` (``../examples/input_output/plot_read_rtplan.py``)
- 00:00.003
- 0.0
* - :ref:`sphx_glr_auto_examples_input_output_plot_read_rtplan.py` (``../examples/input_output/plot_read_rtplan.py``)
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_add_dict_entries.py` (``../examples/metadata_processing/plot_add_dict_entries.py``)
- 00:00.003
- 0.0
* - :ref:`sphx_glr_auto_examples_metadata_processing_plot_sequences.py` (``../examples/metadata_processing/plot_sequences.py``)
- 00:00.001
- 00:00.002
- 0.0
* - :ref:`sphx_glr_auto_examples_dicomtree.py` (``../examples/dicomtree.py``)
- 00:00.000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<span class="nb">print</span><span class="p">(</span><span class="n">ds</span><span class="p">)</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.008 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.006 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-image-processing-plot-downsize-image-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/76360960a9af7e908b2d5e0b2453183b/plot_downsize_image.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_downsize_image.ipynb</span></code></a></p>
Expand Down
2 changes: 1 addition & 1 deletion dev/auto_examples/image_processing/plot_waveforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.251 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.266 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-image-processing-plot-waveforms-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/e5a4893fc2534cd7549d6717555a1054/plot_waveforms.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_waveforms.ipynb</span></code></a></p>
Expand Down
6 changes: 3 additions & 3 deletions dev/auto_examples/image_processing/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<section id="computation-times">
<span id="sphx-glr-auto-examples-image-processing-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Link to this heading"></a></h1>
<p><strong>00:00.259</strong> total execution time for 3 files <strong>from auto_examples/image_processing</strong>:</p>
<p><strong>00:00.271</strong> total execution time for 3 files <strong>from auto_examples/image_processing</strong>:</p>
<div class="docutils container">
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
Expand All @@ -127,11 +127,11 @@
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="plot_waveforms.html#sphx-glr-auto-examples-image-processing-plot-waveforms-py"><span class="std std-ref">Decode and plot Waveform Data</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_waveforms.py</span></code>)</p></td>
<td><p>00:00.251</p></td>
<td><p>00:00.266</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_downsize_image.html#sphx-glr-auto-examples-image-processing-plot-downsize-image-py"><span class="std std-ref">Downsize MRI image using pydicom</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_downsize_image.py</span></code>)</p></td>
<td><p>00:00.008</p></td>
<td><p>00:00.006</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="reslice.html#sphx-glr-auto-examples-image-processing-reslice-py"><span class="std std-ref">Load CT slices and plot axial, sagittal and coronal images</span></a> (<code class="docutils literal notranslate"><span class="pre">reslice.py</span></code>)</p></td>
Expand Down
2 changes: 1 addition & 1 deletion dev/auto_examples/input_output/plot_read_dicom.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.125 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.093 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-input-output-plot-read-dicom-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/596a13aa12214abf0489d3740bbada1f/plot_read_dicom.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_read_dicom.ipynb</span></code></a></p>
Expand Down
4 changes: 2 additions & 2 deletions dev/auto_examples/input_output/plot_read_fileset.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
Found 0 instances with PhotometricInterpretation=&#39;MONOCHROME1&#39; without loading the stored instances and 3 instances with loading

Original File-set still at /root/project/src/pydicom/data/test_files/dicomdirtests
File-set copied to /tmp/tmp_je5nswc and contains the following files:
File-set copied to /tmp/tmpdepmqixn and contains the following files:
DICOMDIR
PT000000/ST000000/SE000000/IM000000
PT000000/ST000000/SE000001/IM000000
Expand Down Expand Up @@ -350,7 +350,7 @@
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot; </span><span class="si">{</span><a href="https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.relative_to" title="pathlib.PurePath.relative_to" class="sphx-glr-backref-module-pathlib sphx-glr-backref-type-py-method"><span class="n">p</span><span class="o">.</span><span class="n">relative_to</span></a><span class="p">(</span><a href="https://docs.python.org/3/library/pathlib.html#pathlib.PosixPath" title="pathlib.PosixPath" class="sphx-glr-backref-module-pathlib sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">root</span></a><span class="p">)</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.309 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.331 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-input-output-plot-read-fileset-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/047cd4e7536a54c1a4581d1eeeec2a85/plot_read_fileset.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_read_fileset.ipynb</span></code></a></p>
Expand Down
10 changes: 5 additions & 5 deletions dev/auto_examples/input_output/plot_write_dicom.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
have to change UIDs to valid values and add all required DICOM data elements.</p>
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Setting dataset values...
Setting file meta information...
Writing dataset to: /tmp/tmp1y0ekd3s.dcm
Load dataset from: /tmp/tmp1y0ekd3s.dcm ...
Writing dataset to: /tmp/tmph4oxyzvs.dcm
Load dataset from: /tmp/tmph4oxyzvs.dcm ...
Dataset.file_meta -------------------------------
(0002,0000) File Meta Information Group Length UL: 128
(0002,0001) File Meta Information Version OB: b&#39;\x00\x01&#39;
Expand All @@ -143,10 +143,10 @@
(0002,0013) Implementation Version Name SH: &#39;PYDICOM 3.0.0&#39;
-------------------------------------------------
(0008,0023) Content Date DA: &#39;20240401&#39;
(0008,0033) Content Time TM: &#39;165133.821174&#39;
(0008,0033) Content Time TM: &#39;170052.488931&#39;
(0010,0010) Patient&#39;s Name PN: &#39;Test^Firstname&#39;
(0010,0020) Patient ID LO: &#39;123456&#39;
Deleting file: /tmp/tmp1y0ekd3s.dcm ...
Deleting file: /tmp/tmph4oxyzvs.dcm ...
</pre></div>
</div>
<div class="line-block">
Expand Down Expand Up @@ -198,7 +198,7 @@
<a href="https://docs.python.org/3/library/pathlib.html#pathlib.Path.unlink" title="pathlib.Path.unlink" class="sphx-glr-backref-module-pathlib sphx-glr-backref-type-py-method"><span class="n">path</span><span class="o">.</span><span class="n">unlink</span></a><span class="p">()</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.004 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.005 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-input-output-plot-write-dicom-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/44c3a2647e8572357403f4dc998e2848/plot_write_dicom.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_write_dicom.ipynb</span></code></a></p>
Expand Down

0 comments on commit 4ef68e3

Please sign in to comment.