On Jul 27, 3:36 pm, Satrajit Ghosh <
satrajit.gh...@gmail.com> wrote:
> None of the dicom files in the following archive are treated as valid. i can
> see the data and tags when i set force=True in read_file.
On Aug 21, 11:33 pm, Satrajit Ghosh <
satrajit.gh...@gmail.com> wrote:
> just checking to see, if anybody has been able to take a look at what's
> causing the exception.
Apologies, I always try to respond if no one else has, but somehow
missed this while away on business.
I took a quick look at a couple of files using the pydicom dump
utility; they did not have the required DICOM preamble and 'DICM'
marker for media storage. Unfortunately some systems export files that
way, which is why the force=True option exists. There may be a config
option on your system which can fix that, or you will just have to
always use the force option.
Regards,
Darcy