DICOM.jl icon indicating copy to clipboard operation
DICOM.jl copied to clipboard

Old DICOM file loads using `dcm_parse(file; preamble=false)`, but the same file returns `false` when running`isdicom` function

Open Dale-Black opened this issue 2 years ago • 4 comments

I am trying to load a directory of DICOM files using dcmdir_parse. Each file in the directory loads when running dcm_parse(file; preamble=false) but loading the directory returns an empty array. While trying to determine the cause, I found that isdicom(file) returns false, but dcm_parse(file; preamble=false) works. Any idea if this is an issue or if I am missing something on my end?

image

Dale-Black avatar Feb 16 '22 22:02 Dale-Black