Refactor DICOM file reading to use dcmread for improved compatibility across models and helpers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Usage:
|
||||
>>> import pydicom
|
||||
>>> from pydicom.contrib.pydicom_PIL import show_PIL
|
||||
>>> ds = pydicom.read_file("filename")
|
||||
>>> ds = pydicom.dcmread("filename")
|
||||
>>> show_PIL(ds)
|
||||
Requires Numpy:
|
||||
http://numpy.scipy.org/
|
||||
|
||||
Reference in New Issue
Block a user