<div dir="ltr"><div><div><div>Hello Matias,<br><br></div>There are currently some limitations with what ITK can write in DICOM images. If you do not need to save a DICOM, you could save your image in a different format such at Nifti (.nii.gz), Meta (.mha), or NRRD (.nrrd), and the new origin will be saved.<br><br></div>Hope this helps,<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 8:34 PM, Matias Montroull <span dir="ltr"><<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="m_-8780739369798379247inbox-inbox-uyb8Gf" style="color:rgb(33,33,33);font-size:13px"><div><div class="m_-8780739369798379247inbox-inbox-F3hlO"><div dir="ltr" class="m_-8780739369798379247gmail_msg">Hi,<div class="m_-8780739369798379247gmail_msg"><br class="m_-8780739369798379247gmail_msg"></div><div class="m_-8780739369798379247gmail_msg">I have this simple code that creates blank images and I set the origin to 256 256, however, the resulting image doesn't seem to have the Origin set to what I specify, or at least I don't see it in the image tags..</div><div class="m_-8780739369798379247gmail_msg"><br class="m_-8780739369798379247gmail_msg"></div><div class="m_-8780739369798379247gmail_msg"><div class="m_-8780739369798379247gmail_msg">for (int i = 0; i < 160; i++)</div><div class="m_-8780739369798379247gmail_msg">            {</div><div class="m_-8780739369798379247gmail_msg">                itk.simple.Image image = new itk.simple.Image(512, 512, itk.simple.PixelIDValueEnum.<wbr>sitkInt16);</div><div class="m_-8780739369798379247gmail_msg">                image.SetOrigin(new VectorDouble(new Double[] {256,256,0}));</div><div class="m_-8780739369798379247gmail_msg"><br class="m_-8780739369798379247gmail_msg"></div><div class="m_-8780739369798379247gmail_msg">                itk.simple.ImageFileWriter writer_usuario = new ImageFileWriter();</div><div class="m_-8780739369798379247gmail_msg">                writer_usuario.SetFileName("C:<wbr>/temp/" + i + ".dcm");</div><div class="m_-8780739369798379247gmail_msg">                writer_usuario.Execute(image);</div><div class="m_-8780739369798379247gmail_msg">            }</div></div><div class="m_-8780739369798379247gmail_msg"><br class="m_-8780739369798379247gmail_msg"></div><div class="m_-8780739369798379247gmail_msg">any clue?</div><div class="m_-8780739369798379247gmail_msg"><br class="m_-8780739369798379247gmail_msg"></div><div class="m_-8780739369798379247gmail_msg">Thanks,</div></div></div></div></div><div class="m_-8780739369798379247inbox-inbox-uyb8Gf" style="color:rgb(33,33,33);font-size:13px"><div><div title="Mostrar texto citado" class="m_-8780739369798379247inbox-inbox-mg" style="border-radius:2px;color:rgb(117,117,117);display:inline-block;padding:0px 2px">…</div></div></div></div><span class="HOEnZb"><font color="#888888"><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr">Matias</div></div>
</font></span><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>
<br></blockquote></div><br></div>