Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History

plotting-visualization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Plotting and Visualization

This folder is intended for examples that are scoped outside of the "medical image viewer" use case. This might include statistical plots, charts for data analysis, or interactive renderings of data for the web.

  • dcm_qt_tree.py: View DICOM files in a tree using Qt and PySide.
  • dicomtree: View DICOM files and tags in a tree using Tkinter.
  • matplotlib-dicom: The simplest action to read in a dicom file with pydicom, and plot with matplotlib.
  • rtdose_visual: A simple 3D viewer of RtDose files in three 2D plots.