CubeFlix / dicom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dicom

a library for reading DICOM (https://en.wikipedia.org/wiki/DICOM) files in python.

example

from dicom import *

file = load(r"/path/to/my/dicom/file")
print(dicom.dataset)

About


Languages

Language:Python 100.0%