<div dir="ltr">Good Evening Simon,<div><br></div><div>Thank you, I changed InputPixelType to Float and everything worked.</div><div><br></div><div>Henry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 7, 2020 at 4:56 PM Simon Rit <<a href="mailto:simon.rit@creatis.insa-lyon.fr">simon.rit@creatis.insa-lyon.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>There can be two reasons:</div><div>- you are working with unsigned short as input and output. This is tricky because you must be sure that your pixel values will cover the range between 0 and 255. For example, if your phantom has values between 0 and 1, conversion to unsigned short will blank it. I would start with float pixel type at first to be sure that this is not the problem. You can use tif instead of png since it supports float.</div><div>- the geometry must be such that your source and detector rotate around your image. The center of rotation is the point (0,0,0) (in distance unit). Check that this point is indeed in your input target.mhd image. There is a documentation for the geometry <a href="http://www.openrtk.org/Doxygen/DocGeo3D.html" target="_blank">here</a>.</div><div>If you don't succeed, please provide the target.mhd (without raw) and we can check what's going on.</div><div>Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 7, 2020 at 8:43 PM Henry Cope <<a href="mailto:henrydaviscope@gmail.com" target="_blank">henrydaviscope@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I'm working on a project to turn a 3D CT scan into a 2D DRR. I'm starting with the rtk forward projection, and then adding things like simulated geometry and a slice extraction filter to it. Currently, all I get as my DRR output is a black PNG. I'm not sure where I'm going wrong.</div><div><br></div><div><br></div></div>
_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com" target="_blank">Rtk-users@public.kitware.com</a><br>
<a href="https://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/rtk-users</a><br>
</blockquote></div>
</blockquote></div>