Floating point round-off. Since .2 is not a multiple of 1/16. If the spacing were .25, I would expect a 0.0.<br><br><br><div class="gmail_quote">On Tue, Oct 18, 2011 at 12:52 PM, Panagiotis Foteinos <span dir="ltr">&lt;<a href="mailto:pafotein@gmail.com">pafotein@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello users.<br>
<br>
I noticed that whenever the coordinates of a voxel center should be<br>
zero, the value 2.26498e-07 is computed instead. For example, I have<br>
an image of spacing [0.2, 0.2, 0.2], and iterating though it gives the<br>
following result for the physical coordinates of 5 consecutive pixels:<br>
******************************<br>
[-0.4, -15.2, -5.2]<br>
[-0.2, -15.2, -5.2]<br>
[2.26498e-07, -15.2, -5.2]<br>
[0.2, -15.2, -5.2]<br>
[0.4, -15.2, -5.2]<br>
******************************<br>
<br>
The increment happens along the x-axis, and you can see the patern:<br>
-0.4 -&gt; -0.2 -&gt; 2.26498e-07 -&gt; 0.2 -&gt; 0.4. Why 2.26498e-07 and not 0<br>
as it is supposed to be?<br>
<br>
<br>
Any comments?<br>
<br>
<br>
Best Regards,<br>
Panagiotis Foteinos<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>