While importing MRI image sets in Varian Eclipse Planning System, Error occured: Objects conversion unsupported 'Transfer Syntax UID' (0002,0010) 'JPEG Lossless Hier 14
Asked
Active
Viewed 942 times
-1
-
I just noticed you applied python tags. Your question has nothing to do with python. – ColonelFazackerley May 03 '19 at 18:34
1 Answers
0
Eclipse (and other Aria apps) will not import compressed DICOM. Changing the tag alone, isn't enough. You need to decompress the image before importing. This can be done with GDCM.
http://gdcm.sourceforge.net/html/gdcmconv.html
gdcmconv --raw compressed.dcm uncompressed.dcm

ColonelFazackerley
- 909
- 6
- 17