python3-pydicom

DICOM medical file reading and writing (Python 3)
  https://pydicom.github.io
  0
  no reviews



Pydicom is a pure Python module for parsing DICOM files. DICOM is a standard (http://medical.nema.org) for communicating medical images and related information such as reports and radiotherapy objects.

pydicom makes it easy to read DICOM files into natural pythonic structures for easy manipulation. Modified datasets can be written again to DICOM format files.

This package installs the module for Python 3.