<div dir="ltr">Hi all,<div><br></div><div>I am new user of  SimpleITK and for a project I want to read a known deformation field, previously calculated from another software, which is stored in dcm format, (could be also in Nifti format). </div><div><br></div><div>When I use:</div><div><br></div><div><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"Courier New";font-size:9pt">dis = <span style="background-color:rgb(228,228,255)">sitk</span>.ReadImage('dvf.dcm', <span style="background-color:rgb(228,228,255)">sitk</span>.sitkVectorFloat64)</pre><br></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Throws the error:</span></div><div><br></div><div>RuntimeError: Exception thrown in SimpleITK ReadImage: C:\d\VS14-Win64-pkg\SimpleITK\Code\IO\src\sitkImageFileReader.cxx:248:</div><div>sitk::ERROR: The file has unsupported 5 dimensions. <br></div><div><br></div><div>I am not really sure if simply using ReadImage is the right approach. I would really appreciate if you can give me some ideas how to solve this issue.<br><br>Thanks!  </div><div><br></div></div>