Thanks. However, I have some problems.
I am sure that my file is a Kretz file.
I have this error:
File is missing DICOM File Meta Information header or the ‘DICM’ prefix is missing from the header. Use force=True to force reading.
I checked that the output of the fp.read(4) in filereader.py is : b’\x00\x00&\x02’ which is not equal to b"DICM". If I use force=True I should set volFileOffset to 0 .