Closed ProjX0 closed 5 months ago
I have sent the projection data and the full code to your email. I would appreciate it if you could check them. Thank you.
For reference, I have confirmed that the reconstruction works well without cropping.
I am currently on travel, so I can't try out the script you sent me, but I do have a few comments about this. First of all, are you sure, the centerCol parameter is set correctly? One thing I recommend is to use leapct.crop_cols(...) command. This command can be used to crop and data, and in addition, it will update the centerCol parameter. This will help ensure that when you crop the data, everything gets updated correctly.
Secondly, in general, this approach will not work. Strictly speaking, CT requires non-truncated projections. When one uses the leapct.set_truncatedScan(True), it mitigates the edge artifacts, but these reconstructions are not quantitatively accurate (there are low frequency errors) and the accuracy degrades with more and more truncation. If one wishes to do a region of interest reconstruction, they have to prep the data by applying the Ziegler method.
The Ziegler method is used and discussed in a new demo script: d34_iterative_reconstruction_long_object.py
Thank you for your insightful feedback.
I appreciate your suggestions about the 'centercol' parameter. I realized that it might not have been set correctly. Following your recommendation, I used the 'leapct.cropCols()' command to crop the data. This not only helped in cropping the data accurately but also ensured that the 'centercol'parameter was updated correctly.
Additionally, I understand your point about the limitations of the current approach with truncated projections in CT. As you mentioned, while the leapct.set_truncatedScan(True) command can mitigate edge artifacts, it doesn't ensure quantitatively accurate reconstructions, especially with increasing truncation. To address this issue, I will apply the Ziegler method for region of interest reconstruction, as detailed in the demo script d34_iterative_reconstruction_long_object.py. I believe this method will significantly improve the accuracy of the reconstructions.
Thank you again for your valuable advice. you can close this issue.
Hello, I have discovered a blurring artifact in the image below. The image was reconstructed by cropping only the middle overlapping part (where half weighting is applied) from the half-beam scan data. In other words, the intention is to reconstruct only the symmetric part of the cone-beam in the middle without using leapct.set_offsetScan(True).
Below are the details of the geometry and volume parameters I used.