Closed ygidtu closed 3 years ago
It might be because the DICOM images are compressed. This can be checked by looking at the TransferSyntaxUID (0x0002, 0x0010) of the DICOM header.
If the images are compressed, then unfortunately this package can not read them currently. One workaround is to decompress the images first, and then read them, as mentioned in https://github.com/JuliaHealth/DICOM.jl/issues/33#issuecomment-512952566.
I check the dcm file, as you said, it's compressed. Thanks for your answer.
Data source: This file is the open source CQ500 data.
Testing with pydicom works fine
Testing with add try-catch around line 489, then everything seems good