<style>p {margin:0 0 14px 0}.default-font-1736762276442 {font-size: 14px;font-family: 宋体, arial, Verdana, sans-serif}</style><div class="default-font-1736762276442"><p style="font-size:14px;">
        Thanks for the python example,
</p>
<p style="font-size:14px;">
        I run inline.py and find that the code is to save all the projection file name first, and then initializes the <span style="text-decoration:underline;"><strong><span style="font-size:16px;">reader</span></strong></span> variables, and then each traversal time to execute the <span style="text-decoration:underline;"><strong>reader.UpdateOutputInformation()</strong></span>. This results in an error:
</p>
RuntimeError: /work/include/rtkProjectionsReader.hxx:163:<br>
<p style="font-size:14px;">
        ITK ERROR: Cannot create ImageIOFactory for file ./output/projection_063.mha
</p>
<p>
        I thought that <span style="font-size:14px;text-decoration:underline;"><strong>UpdateOutputInformation()</strong></span> would update all the projection files. But in fact, only a small number of projections were obtained at first stage, so there was no way to update them all. <span style="text-wrap-mode:nowrap;">Therefore, it seems more appropriate to update the projection file names progressively as the traversal proceeds.</span>
</p>
<p>
        Lang zhizhen
</p></div>