bjw34032 / oro.dicom

Manipulating DICOM Data in R
https://rigorousanalytics.blogspot.com
Other
1 stars 3 forks source link

fail to load converted .dcm file #4

Open zh-zhang1984 opened 2 years ago

zh-zhang1984 commented 2 years ago

Dear author, Thank you for your useful package, however, I encounter difficulty in importing .dcm file:

> image1 <- oro.dicom::readDICOMFile("/Users/zhangzhongheng/Downloads/input/Covid/Covid.dcm")
Error in parsePixelData(fraw[(bstart + dcm$data.seek):fsize], hdr, endian,  : 
  Color channels are interlaced.

The .dcm file was converted from a .png file; do you have any hints for this error?

bjw34032 commented 2 years ago

Hi, thanks for your message. The oro.dicom package is quite limited in the types of data it accepts. I'm afraid there are no current plans to expand its capabilities at this time.