--- /tmp/pydicom-2.0.0-1rm6pyt50/debian/python-pydicom-doc_2.0.0-1_all.deb +++ python-pydicom-doc_2.0.0-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-07-17 13:43:36.000000 debian-binary │ --rw-r--r-- 0 0 0 15976 2020-07-17 13:43:36.000000 control.tar.xz │ --rw-r--r-- 0 0 0 485924 2020-07-17 13:43:36.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 15980 2020-07-17 13:43:36.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 485896 2020-07-17 13:43:36.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/image_processing/plot_downsize_image.rst.txt │ │ │ @@ -158,15 +158,15 @@ │ │ │ # print the image information given in the dataset │ │ │ print('The information of the data set after downsampling: \n') │ │ │ print(ds) │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.009 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.024 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_image_processing_plot_downsize_image.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/image_processing/sg_execution_times.rst.txt │ │ │ @@ -1,14 +1,14 @@ │ │ │ │ │ │ :orphan: │ │ │ │ │ │ .. _sphx_glr_auto_examples_image_processing_sg_execution_times: │ │ │ │ │ │ Computation times │ │ │ ================= │ │ │ -**00:00.009** total execution time for **auto_examples_image_processing** files: │ │ │ +**00:00.024** total execution time for **auto_examples_image_processing** files: │ │ │ │ │ │ +----------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_image_processing_plot_downsize_image.py` (``plot_downsize_image.py``) | 00:00.009 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_image_processing_plot_downsize_image.py` (``plot_downsize_image.py``) | 00:00.024 | 0.0 MB | │ │ │ +----------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ | :ref:`sphx_glr_auto_examples_image_processing_reslice.py` (``reslice.py``) | 00:00.000 | 0.0 MB | │ │ │ +----------------------------------------------------------------------------------------------------+-----------+--------+ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/plot_printing_dataset.rst.txt │ │ │ @@ -151,15 +151,15 @@ │ │ │ ds = pydicom.dcmread(filename) │ │ │ │ │ │ myprint(ds) │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.009 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.021 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_input_output_plot_printing_dataset.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/plot_read_dicom.rst.txt │ │ │ @@ -91,15 +91,15 @@ │ │ │ # plot the image using matplotlib │ │ │ plt.imshow(dataset.pixel_array, cmap=plt.cm.bone) │ │ │ plt.show() │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.132 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.250 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_input_output_plot_read_dicom.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/plot_read_dicom_directory.rst.txt │ │ │ @@ -223,15 +223,15 @@ │ │ │ patient_names)) │ │ │ print(" " * 12 + "Patient IDs in images..: {}".format( │ │ │ patient_IDs)) │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.070 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.102 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_input_output_plot_read_dicom_directory.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/plot_read_rtplan.rst.txt │ │ │ @@ -65,15 +65,15 @@ │ │ │ filename = get_testdata_files('rtplan.dcm')[0] │ │ │ dataset = pydicom.dcmread(filename) │ │ │ print(list_beams(dataset)) │ │ │ │ │ │ │ │ │ .. 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.007 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_input_output_plot_read_rtplan.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/plot_write_dicom.rst.txt │ │ │ @@ -24,40 +24,40 @@ │ │ │ │ │ │ Out: │ │ │ │ │ │ .. code-block:: none │ │ │ │ │ │ Setting file meta information... │ │ │ Setting dataset values... │ │ │ - Writing test file /tmp/tmpbll_qye_.dcm │ │ │ + Writing test file /tmp/tmptt4j20vx.dcm │ │ │ File saved. │ │ │ - Writing test file as Big Endian Explicit VR /tmp/tmpq05g6xqh.dcm │ │ │ - Load file /tmp/tmpbll_qye_.dcm ... │ │ │ + Writing test file as Big Endian Explicit VR /tmp/tmpjyyf84cd.dcm │ │ │ + Load file /tmp/tmptt4j20vx.dcm ... │ │ │ Dataset.file_meta ------------------------------- │ │ │ (0002, 0002) Media Storage SOP Class UID UI: CT Image Storage │ │ │ (0002, 0003) Media Storage SOP Instance UID UI: 1.2.3 │ │ │ (0002, 0012) Implementation Class UID UI: 1.2.3.4 │ │ │ ------------------------------------------------- │ │ │ - (0008, 0023) Content Date DA: '20200717' │ │ │ - (0008, 0033) Content Time TM: '145223.625431' │ │ │ + (0008, 0023) Content Date DA: '20211010' │ │ │ + (0008, 0033) Content Time TM: '062349.408278' │ │ │ (0010, 0010) Patient's Name PN: 'Test^Firstname' │ │ │ (0010, 0020) Patient ID LO: '123456' │ │ │ - Remove file /tmp/tmpbll_qye_.dcm ... │ │ │ - Load file /tmp/tmpq05g6xqh.dcm ... │ │ │ + Remove file /tmp/tmptt4j20vx.dcm ... │ │ │ + Load file /tmp/tmpjyyf84cd.dcm ... │ │ │ Dataset.file_meta ------------------------------- │ │ │ (0002, 0002) Media Storage SOP Class UID UI: CT Image Storage │ │ │ (0002, 0003) Media Storage SOP Instance UID UI: 1.2.3 │ │ │ (0002, 0010) Transfer Syntax UID UI: Explicit VR Big Endian │ │ │ (0002, 0012) Implementation Class UID UI: 1.2.3.4 │ │ │ ------------------------------------------------- │ │ │ - (0008, 0023) Content Date DA: '20200717' │ │ │ - (0008, 0033) Content Time TM: '145223.625431' │ │ │ + (0008, 0023) Content Date DA: '20211010' │ │ │ + (0008, 0033) Content Time TM: '062349.408278' │ │ │ (0010, 0010) Patient's Name PN: 'Test^Firstname' │ │ │ (0010, 0020) Patient ID LO: '123456' │ │ │ - Remove file /tmp/tmpq05g6xqh.dcm ... │ │ │ + Remove file /tmp/tmpjyyf84cd.dcm ... │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | │ │ │ @@ -131,15 +131,15 @@ │ │ │ # remove the created file │ │ │ print('Remove file {} ...'.format(filename)) │ │ │ os.remove(filename) │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.006 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.010 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_input_output_plot_write_dicom.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/input_output/sg_execution_times.rst.txt │ │ │ @@ -1,20 +1,20 @@ │ │ │ │ │ │ :orphan: │ │ │ │ │ │ .. _sphx_glr_auto_examples_input_output_sg_execution_times: │ │ │ │ │ │ Computation times │ │ │ ================= │ │ │ -**00:00.221** total execution time for **auto_examples_input_output** files: │ │ │ +**00:00.390** total execution time for **auto_examples_input_output** files: │ │ │ │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom.py` (``plot_read_dicom.py``) | 00:00.132 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom.py` (``plot_read_dicom.py``) | 00:00.250 | 0.0 MB | │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom_directory.py` (``plot_read_dicom_directory.py``) | 00:00.070 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_input_output_plot_read_dicom_directory.py` (``plot_read_dicom_directory.py``) | 00:00.102 | 0.0 MB | │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_input_output_plot_printing_dataset.py` (``plot_printing_dataset.py``) | 00:00.009 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_input_output_plot_printing_dataset.py` (``plot_printing_dataset.py``) | 00:00.021 | 0.0 MB | │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_input_output_plot_write_dicom.py` (``plot_write_dicom.py``) | 00:00.006 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_input_output_plot_write_dicom.py` (``plot_write_dicom.py``) | 00:00.010 | 0.0 MB | │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_input_output_plot_read_rtplan.py` (``plot_read_rtplan.py``) | 00:00.004 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_input_output_plot_read_rtplan.py` (``plot_read_rtplan.py``) | 00:00.007 | 0.0 MB | │ │ │ +------------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/metadata_processing/plot_anonymize.rst.txt │ │ │ @@ -196,15 +196,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.011 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.018 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_metadata_processing_plot_anonymize.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/metadata_processing/plot_sequences.rst.txt │ │ │ @@ -69,15 +69,15 @@ │ │ │ # data element │ │ │ beam0.BlockSequence.append(block_ds3) │ │ │ del plan_ds.BeamSequence[0].BlockSequence[1] │ │ │ │ │ │ │ │ │ .. 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: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/metadata_processing/sg_execution_times.rst.txt │ │ │ @@ -1,16 +1,16 @@ │ │ │ │ │ │ :orphan: │ │ │ │ │ │ .. _sphx_glr_auto_examples_metadata_processing_sg_execution_times: │ │ │ │ │ │ Computation times │ │ │ ================= │ │ │ -**00:00.014** total execution time for **auto_examples_metadata_processing** files: │ │ │ +**00:00.023** total execution time for **auto_examples_metadata_processing** files: │ │ │ │ │ │ +-----------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_metadata_processing_plot_anonymize.py` (``plot_anonymize.py``) | 00:00.011 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_metadata_processing_plot_anonymize.py` (``plot_anonymize.py``) | 00:00.018 | 0.0 MB | │ │ │ +-----------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_metadata_processing_plot_add_dict_entries.py` (``plot_add_dict_entries.py``) | 00:00.002 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_metadata_processing_plot_sequences.py` (``plot_sequences.py``) | 00:00.002 | 0.0 MB | │ │ │ +-----------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_metadata_processing_plot_sequences.py` (``plot_sequences.py``) | 00:00.001 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_metadata_processing_plot_add_dict_entries.py` (``plot_add_dict_entries.py``) | 00:00.002 | 0.0 MB | │ │ │ +-----------------------------------------------------------------------------------------------------------+-----------+--------+ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/plot_dicom_difference.rst.txt │ │ │ @@ -737,15 +737,15 @@ │ │ │ for line in diff.compare(rep[0], rep[1]): │ │ │ if line[0] != "?": │ │ │ print(line) │ │ │ │ │ │ │ │ │ .. rst-class:: sphx-glr-timing │ │ │ │ │ │ - **Total running time of the script:** ( 0 minutes 0.141 seconds) │ │ │ + **Total running time of the script:** ( 0 minutes 0.243 seconds) │ │ │ │ │ │ │ │ │ .. _sphx_glr_download_auto_examples_plot_dicom_difference.py: │ │ │ │ │ │ │ │ │ .. only :: html │ │ ├── ./usr/share/doc/python-pydicom-doc/html/_sources/auto_examples/sg_execution_times.rst.txt │ │ │ @@ -1,18 +1,18 @@ │ │ │ │ │ │ :orphan: │ │ │ │ │ │ .. _sphx_glr_auto_examples_sg_execution_times: │ │ │ │ │ │ Computation times │ │ │ ================= │ │ │ -**00:00.141** total execution time for **auto_examples** files: │ │ │ +**00:00.243** total execution time for **auto_examples** files: │ │ │ │ │ │ +---------------------------------------------------------------------------------------+-----------+--------+ │ │ │ -| :ref:`sphx_glr_auto_examples_plot_dicom_difference.py` (``plot_dicom_difference.py``) | 00:00.141 | 0.0 MB | │ │ │ +| :ref:`sphx_glr_auto_examples_plot_dicom_difference.py` (``plot_dicom_difference.py``) | 00:00.243 | 0.0 MB | │ │ │ +---------------------------------------------------------------------------------------+-----------+--------+ │ │ │ | :ref:`sphx_glr_auto_examples_dicomtree.py` (``dicomtree.py``) | 00:00.000 | 0.0 MB | │ │ │ +---------------------------------------------------------------------------------------+-----------+--------+ │ │ │ | :ref:`sphx_glr_auto_examples_memory_dataset.py` (``memory_dataset.py``) | 00:00.000 | 0.0 MB | │ │ │ +---------------------------------------------------------------------------------------+-----------+--------+ │ │ │ | :ref:`sphx_glr_auto_examples_show_charset_name.py` (``show_charset_name.py``) | 00:00.000 | 0.0 MB | │ │ │ +---------------------------------------------------------------------------------------+-----------+--------+ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/auto_examples/image_processing/plot_downsize_image.html │ │ │ @@ -318,15 +318,15 @@ │ │ │ ds.Rows, ds.Columns = data_downsampling.shape │ │ │ │ │ │ # print the image information given in the dataset │ │ │ print('The information of the data set after downsampling: \n') │ │ │ print(ds) │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.009 seconds)

│ │ │ +

Total running time of the script: ( 0 minutes 0.024 seconds)

│ │ │ │ │ │
│ │ │
│ │ │ │ │ │
│ │ │

Computation times

│ │ │ -

00:00.009 total execution time for auto_examples_image_processing files:

│ │ │ +

00:00.024 total execution time for auto_examples_image_processing files:

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/auto_examples/input_output/plot_printing_dataset.html │ │ │ @@ -314,15 +314,15 @@ │ │ │ │ │ │ filename=get_testdata_files('MR_small.dcm')[0] │ │ │ ds=pydicom.dcmread(filename) │ │ │ │ │ │ myprint(ds) │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.009 seconds)

│ │ │ +

Total running time of the script: ( 0 minutes 0.021 seconds)

│ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.132 seconds)

│ │ │ +

Total running time of the script: ( 0 minutes 0.250 seconds)

│ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.070 seconds)

│ │ │ +

Total running time of the script: ( 0 minutes 0.102 seconds)

│ │ │ │ │ │ │ │ │ -

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

│ │ │ +

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

│ │ │

Downsize MRI image using pydicom (plot_downsize_image.py)

00:00.009

00:00.024

0.0 MB

Load CT slices and plot axial, sagittal and coronal images (reslice.py)

00:00.000

0.0 MB

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │

Read DICOM and ploting using matplotlib (plot_read_dicom.py)

00:00.132

00:00.250

0.0 MB

Read DICOM directory (plot_read_dicom_directory.py)

00:00.070

00:00.102

0.0 MB

Format the output of the data set printing (plot_printing_dataset.py)

00:00.009

00:00.021

0.0 MB

Write DICOM data (plot_write_dicom.py)

00:00.006

00:00.010

0.0 MB

Read RTPLAN DICOM and list information (plot_read_rtplan.py)

00:00.004

00:00.007

0.0 MB

│ │ │
│ │ ├── ./usr/share/doc/python-pydicom-doc/html/auto_examples/metadata_processing/plot_anonymize.html │ │ │ @@ -278,15 +278,15 @@ │ │ │
│ │ │
│ │ │

Out:

│ │ │
(0010, 0020) Patient ID                          LO: 'id'
│ │ │  (0010, 0030) Patient's Birth Date                DA: '19000101'
│ │ │  
│ │ │
│ │ │ -

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

│ │ │ +

Total running time of the script: ( 0 minutes 0.018 seconds)

│ │ │ │ │ │ │ │ │ -

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

│ │ │ +

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

│ │ │ │ │ │
│ │ │
│ │ │ │ │ │
│ │ │

Computation times

│ │ │ -

00:00.014 total execution time for auto_examples_metadata_processing files:

│ │ │ +

00:00.023 total execution time for auto_examples_metadata_processing files:

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ - │ │ │ + │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │

Anonymize DICOM data (plot_anonymize.py)

00:00.011

00:00.018

0.0 MB

Add dictionary items in the standard DICOM dictionary (plot_add_dict_entries.py)

Working with sequences (plot_sequences.py)

00:00.002

0.0 MB

Working with sequences (plot_sequences.py)

00:00.001

Add dictionary items in the standard DICOM dictionary (plot_add_dict_entries.py)

00:00.002

0.0 MB

│ │ │
│ │ ├── ./usr/share/doc/python-pydicom-doc/html/auto_examples/plot_dicom_difference.html │ │ │ @@ -898,15 +898,15 @@ │ │ │ │ │ │ diff = difflib.Differ() │ │ │ for line in diff.compare(rep[0], rep[1]): │ │ │ if line[0] != "?": │ │ │ print(line) │ │ │
│ │ │
│ │ │ -

Total running time of the script: ( 0 minutes 0.141 seconds)

│ │ │ +

Total running time of the script: ( 0 minutes 0.243 seconds)

│ │ │ │ │ │
│ │ │
│ │ │ │ │ │
│ │ │

Computation times

│ │ │ -

00:00.141 total execution time for auto_examples files:

│ │ │ +

00:00.243 total execution time for auto_examples files:

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── ./usr/share/doc/python-pydicom-doc/html/searchindex.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -2869,16 +2869,16 @@ │ │ │ │ timestr: 9, │ │ │ │ timezon: [1, 5, 16], │ │ │ │ titl: [0, 1, 16, 22, 27, 156, 253, 254, 255], │ │ │ │ tix: [0, 236, 237], │ │ │ │ tkinter: [0, 18, 28, 236, 237, 239], │ │ │ │ tkinter_tix: 0, │ │ │ │ tmp: 9, │ │ │ │ - tmpbll_qye_: 9, │ │ │ │ - tmpq05g6xqh: 9, │ │ │ │ + tmpjyyf84cd: 9, │ │ │ │ + tmptt4j20vx: 9, │ │ │ │ to_json: [99, 102, 236, 250, 256], │ │ │ │ to_json_dict: [99, 102, 236, 250, 256], │ │ │ │ tobyt: [1, 34], │ │ │ │ toctre: 254, │ │ │ │ togeth: [109, 110, 144], │ │ │ │ toi: 14, │ │ │ │ toler: [236, 238, 249],

Analyse differences between DICOM files (plot_dicom_difference.py)

00:00.141

00:00.243

0.0 MB

Show a dicom file using hierarchical tree (dicomtree.py)

00:00.000

0.0 MB

Show working with memory-based dataset (memory_dataset.py)