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
@kaihwang this looks to be a problem at the level of the DICOM/pydicom tag reading. I was able to replicate it with the following:
In [1]: importpydicomIn [2]: dcm=pydicom.dcmread('1.2.840.113619.2.156.497853703.26898.1551348221.298445-600-10140-1oe3jdj.dcm')
In [3]: dcm.PixelSpacingOut[3]: '2.5000\\2.5000'
when the value should look like ['2.5000', '2.5000']
I'd recommend opening an issue on pydicom's repo linking to this one.
Hello, I encountered the following errors when trying to read dicoms from our GE 7T scanner. Please advise?
The text was updated successfully, but these errors were encountered: