<div dir="ltr">Hi Brad, I just created a JIRA issue:<div><a href="https://issues.itk.org/jira/browse/SIMPLEITK-627">https://issues.itk.org/jira/browse/SIMPLEITK-627</a><br></div><div>Regards,</div><div>Matias.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 26, 2015 at 10:12 AM, Bradley Lowekamp <span dir="ltr"><<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Can you please create a JIRA ticket to track this issue?<br>
<br>
<a href="https://issues.itk.org/jira/browse/SIMPLEITK" target="_blank">https://issues.itk.org/jira/browse/SIMPLEITK</a><br>
<br>
Thank you,<br>
Brad<br>
<div><div class="h5"><br>
On Mar 25, 2015, at 6:17 PM, Matias Montroull <<a href="mailto:matimontg@gmail.com">matimontg@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> I was testing the new ImageSeriesWriter in the new SimpleITK 0.9 Beta and for some reason it's not copying the Image Position Patient information when writing the slices.<br>
><br>
> any ideas why this happens?<br>
><br>
> Here's my code:<br>
>   ImageFileReader imgreader_resultado = new ImageFileReader();<br>
>             imgreader_resultado.SetFileName(path_pacientes + nombre_paciente + @"\Fusion\" + "resultado.mha");<br>
>             itk.simple.Image imgresultado = imgreader_resultado.Execute();<br>
>             ImageSeriesWriter SeriesWriter_resultado = new ImageSeriesWriter();<br>
>             VectorString vs_resultado = new VectorString();<br>
>             for (int i = 0; i < imgresultado.GetSize()[2]; ++i)<br>
>             {<br>
>                 vs_resultado.Add(path_pacientes + nombre_paciente + @"\Fusion\Resultado\" + "imagen" + i + ".dcm");<br>
>             }<br>
><br>
>             SeriesWriter_resultado.SetFileNames(vs_resultado);<br>
><br>
>             if (!Directory.Exists(path_pacientes + nombre_paciente + @"\Fusion\Resultado")) //Si se abrió el plan y nunca se hizo registración previamente, se crea el directorio Registración<br>
>             {<br>
>                 Directory.CreateDirectory(path_pacientes + nombre_paciente + @"\Fusion\Resultado");<br>
>             }<br>
><br>
>             SeriesWriter_resultado.Execute(imgresultado, vs_resultado, false);<br>
><br>
> Thank you,<br>
><br>
> Matias.<br>
</div></div>> _____________________________________<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.php" target="_blank">http://www.kitware.com/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" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br>
</blockquote></div><br></div>