<p dir="ltr">I had the same issue a while ago and the answer at that time was that the serieswriter is not fully functional yet. Not sure if it has been fixed since then. The problem is related to the metadata as you mentioned I believe.</p>
<p dir="ltr">Matias</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 8, 2016 12:38 AM, "Sara Gh" <<a href="mailto:sg.ele.eng@gmail.com">sg.ele.eng@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><font color="#000000" face="arial, helvetica, sans-serif">Hello,</font><div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif">I am storing a series of Dicom images using "ImageSeriesWriter" in SimpleITK:</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><div><font color="#000000" face="arial, helvetica, sans-serif">def writeSeries(imagein,outDir):</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">    writer = sitk.ImageSeriesWriter()</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">    filenames = [ outDir+'MR_{0:04}.dcm'.format(<wbr>i) for i in range(imagein.GetSize()[2])] </font></div><div><font color="#000000" face="arial, helvetica, sans-serif">    writer.SetFileNames(filenames)</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">    writer.Execute(imagein)</font></div></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif">However, I am not able to read in the stored series and "GetGDCMSeriesFileNames" reads only one of the Dicom images, not the wholes series. I guess it is something related to the metadata of the stored series, but I couldn't fix it. I would be thankful if you could help me with it.<br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif">Regards,</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">Sara</font></div></div>
<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></div>