Hi,<br>The maximum size of a file that VTK could open is directly linked to your memory capacities. If you think that you have sufficient memory to open your 3000 DICOM files, then I can tell something I experienced. I had 10 volumes of a cardiac sequence, represented by, say, 1000 DICOM 2D files. When I used vtkDICOMImageReader, I was able to open only the 100 first files. In fact, it was normal since these files are from the 1st sequence. This information is present in the DICOM header.<br>
<br>In my case, a work-around was to separate each sequence in different sub-folder. <br><br>Hope that helps,<br>Jerome<br><br><div class="gmail_quote">2009/10/20 Orlinn <span dir="ltr">&lt;<a href="mailto:MeinDatenLaufwerk@googlemail.com">MeinDatenLaufwerk@googlemail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hello vtk friends,<br>
<br>
i use vtk in combination with java on an 32 bit machine(win xp, 3 GB RAM).<br>
To read the DICOM files i use the class vtkDICOMImageReader.<br>
i have about 3000 DICOM but i can only read about 1100 files.<br>
Has anybody experience how many files or what can be the maximum size of<br>
afile(for example a raw file) that vtk can read??<br>
<br>
thank you<br>
--<br>
View this message in context: <a href="http://www.nabble.com/how-many-DICOM-files-can-i-read-with-VTK-on-32-bit-machine-tp25972778p25972778.html" target="_blank">http://www.nabble.com/how-many-DICOM-files-can-i-read-with-VTK-on-32-bit-machine-tp25972778p25972778.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>