Page MenuHomePhabricator

.dti file cannot be opened
Closed, InvalidPublic

Description

console output:
/localdata/hering/MITKDiffusion_Release2012/installer/MITKbuild/ITK-src/Code/IO/itkNrrdImageIO.cxx:264:
itk::ERROR: NrrdImageIO(0x4f5d2f0): ReadImageInformation: Error reading /home.local/mbiuser/E130-Daten/temp/MITK-DI-Demodaten/DiffusionImage_dti.dti:
[nrrd] nrrdLoad: trouble reading "/home.local/mbiuser/E130-Daten/temp/MITK-DI-Demodaten/DiffusionImage_dti.dti"
[nrrd] nrrdRead: trouble
[nrrd] _nrrdRead: trouble reading NRRD file
[nrrd] _nrrdFormatNRRD_read: trouble parsing space directions info "none (2,5,0,0) (0,2,5,0) (0,0,2,5)"
[nrrd] _nrrdReadNrrdParse_space_directions: trouble getting space vector 2 of 4
[nrrd] _nrrdSpaceVectorParse: space dimension is 3, but seem to have 4 coefficients

Event Timeline

This seems to be an encoding issue: "none (2,5,0,0) (0,2,5,0) (0,0,2,5)"
should be "none (2.5,0,0) (0,2.5,0) (0,0,2.5)"

Note the decimal points.

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:32 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:36 PM
kislinsk removed a project: Bulk Edit.