<div dir="ltr"><div><div>I have to admit that I am not sure to picture correctly what you are trying to do with the dome and the square. However, my guess is that you can you have an error with the spacing because of a scaling issue. You may want to scale your ellipsoid by adding scaling values in the transform matrix.<br><br></div>Hope this helps,<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 10, 2017 at 2:49 PM, sidharta <span dir="ltr"><<a href="mailto:sidharta.gupta93@gmail.com" target="_blank">sidharta.gupta93@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I seemed to have fixed it using the following:<br>
<br>
translation[0] = 8;<br>
translation[1] = 8;<br>
translation[2] = 0;<br>
<br>
<<a href="http://itk-users.7.n7.nabble.com/file/n38223/New_Bitmap_Image_%282%29.bmp" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/file/n38223/New_Bitmap_<wbr>Image_%282%29.bmp</a>><br>
<br>
which is what I imagined before. So far so good, but the image I am going to<br>
mask this with (or convolve) has a spacing of 0.125 in all directions. I<br>
achieved the desired results with spacing in all directions = 1. When I<br>
change the spacing to 0.125 and run the code, the resulting "dome" image is<br>
blank. Can you tell why it is like this and how I can fix it?<br>
<br>
Thank you for your time<br>
Sidharta<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Creating-3D-dome-using-ITK-tp38201p38223.html" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/Creating-3D-dome-using-<wbr>ITK-tp38201p38223.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>