<div dir="ltr"><div>Hi,</div><div>Can you clarify what is not working with the mailing list? Are you really using <a href="mailto:rtk-users@openrtk.org">rtk-users@openrtk.org</a> (cc)?<br></div><div>I don't see anything wrong with this small piece of code. You should share the full two versions to understand what could be wrong.<br></div><div>Regards,</div><div>Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 7, 2023 at 6:13 AM BALADASTAGIRI ROOPANAGUDI <<a href="mailto:dastagiri051428@gmail.com">dastagiri051428@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
<div>Hi simon,    <br></div><div><br></div><div>
Sorry for inconvenience, yesterday i tried to reach out to you through mailing list but i couldn't reach ,


could you please help me out to figure out this issue <br></div><div><br></div><div>
When i tried to reconstruct a anisotropic voxel there is loss of data in
 the top & bottom portion of volume and  the same doesnt happen if i
 try to reconstruct it with equal spacing out in all three direction

</div><div><br></div><div>   ConstantImageSourceType::Pointer outVol=ConstantImageSourceType::New();</div>    ConstantImageSourceType::PointType origin_out;<br>    ConstantImageSourceType::SizeType size_out;<br>    ConstantImageSourceType::SpacingType spacing_out;<br>    size_out[0] = ctDIM1;// 512<br>    size_out[1] = ctDIM3;//120<br>    size_out[2] = ctDIM2;//512<br>    spacing_out[0] = 0.4238;<br>    spacing_out[1] = 1;<br>    spacing_out[2] = 0.4238;<br><br>    origin_out[0] = -0.5*(size_out[0]-1)*(spacing_out[0]);<br>    origin_out[1] = -0.5*(size_out[1]-1)*(spacing_out[1]);<br>    origin_out[2] = -0.5*(size_out[2]-1)*(spacing_out[2]);<br>    outVol->SetOrigin(origin_out);<br>    outVol->SetSpacing(spacing_out);<br>    outVol->SetSize(size_out);<br>    outVol->SetConstant(0);<br><br>I am not sure where i am going wrong,<br><br><div>I have attached two images with same pixelspacing and variable pixelspacing for your references,</div><div><br></div><div>With Regards,</div><div>Dastagiri R</div>

</div>
</blockquote></div>