<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello, <br>I have a DWI *nrrd image with these properties:<br>type: short<br>dimension: 4<br>size: 26, 256, 256, 49<br><br>I want to convert this image to another Diffusion weighted image that is in *.nii.gz format instead.<br>I wrote up this ITK code (attached) but it's giving me this error when I run it:<br><br><br>sarah@sarah-laptop:~/Desktop/nrrd2nii$ ./VectorImageReadWrite ../TEST_SUBJECT/DWI.nrrd ../TEST_SUBJECT/DWI.nii.gz<br>ExceptionObject caught !<br><br>itk::ExceptionObject (0x8560fb0)<br>Location: "virtual bool itk::ImageIOBase::SetPixelTypeInfo(const std::type_info&amp;)" <br>File: /home/sarah/InsightToolkit-3.10.2/Code/IO/itkImageIOBase.cxx<br>Line: 461<br>Description: itk::ERROR: NiftiImageIO(0x85611e0): Pixel type currently not supported. typeid.name = N3itk6VectorIsLj26EEE<br><br>Can someone point out what I could be doing
 wrong?<br>Regards,<br>Sarah<br></td></tr></table><br>