<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 20, 2015 at 7:04 AM, -Daniel- <span dir="ltr"><<a href="mailto:ich_daniel@habmalnefrage.de" target="_blank">ich_daniel@habmalnefrage.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
if I import DICOM objects I always get this warning:<br>
Warning: In ..\..\vtk-dicom-master\Source\vtkDICOMSliceSorter.cxx, line 906<br>
vtkDICOMSliceSorter (00000000194B0C70): Multidimensional series appears to<br>
be missing slices, representation will be inaccurate.<br>
<br>
And my imported object looks stretched. What I need to change or set yet?<br>
To set "Spacing" has no influence on the result.<br></blockquote><div><br></div><div>The warning means that the reader can't figure out how to sort your data.  You</div><div>can call SortingOff() on the reader to eliminate the warning, but that won't fix the</div><div>spacing issue.  I suppose that you can add a vtkImageChangeInformation filter</div><div>after the reader to change the spacing. </div><div><br></div><div>Can you briefly describe what kind of data set you are trying to read?</div><div><br></div><div> - David</div><div><br></div></div></div></div>