You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MRG: Prepare for pydicom 1.0
pydicom 1.0 will change the import name from dicom to pydicom, and move dicom.read_file to pydicom.dicomio.read_file. Adjust imports accordingly, and rename dicom to pydicom, when imported directly.
Closes#351
grlee77
pushed a commit
to grlee77/nibabel
that referenced
this issue
Mar 15, 2016
MRG: Prepare for pydicom 1.0
pydicom 1.0 will change the import name from dicom to pydicom, and move dicom.read_file to pydicom.dicomio.read_file. Adjust imports accordingly, and rename dicom to pydicom, when imported directly.
Closesnipy#351
See: https://github.com/darcymason/pydicom/wiki/Porting-to-pydicom-1.0
Need wrapper something like:
The text was updated successfully, but these errors were encountered: