-
Comparing the monitoring plots for a recent bggen sample with the real data reconstruction, I noticed a striking difference in the track matching rate for small radii around the beam hole.
For rea…
aaust updated
2 years ago
-
It is useful to know who is using scikit-image when planning funding proposals. I was looking a little into how one can extract information such as that presented in [GitHub's dependents view](https:/…
-
Hi!
Thanks for maintaining this cool and helpful package!
I have a question concerning FBP for sparse-view offset-scan (half-fan) cbct (axial scan). In particular, I am looking at the case where…
jbgeb updated
1 month ago
-
I observed a ring artifact in the overlapping region when using half-fan weighting. Are there any solutions?
![image](https://github.com/user-attachments/assets/6db55122-cfa3-4873-bb55-d4354f40a006…
-
Hi, I know LEAP is good at solving 3D CT reconstruction problems.
Currently, I'm working on the limited-angle reconstruction project.
I wanna know if any iterative algorithms consider the cross-sli…
-
Hello,
Thank you for the excellent library you have developed.
I have reviewed the Python demo code you wrote for helical ([d03_helical.py](https://github.com/LLNL/LEAP/blob/main/demo_leapctype/…
-
Parent Issue: #76
The list below are files that have been released in the past by BES. These files are largely similar to those previous releases but include changes that have not been explicitly …
-
Dear developers,
To reconstruct synchrotron CT scans I'm planning to use you software package. I'm especially interested in using the FBP algorithm.
I was using the provided commands for conda …
-
Could we add an option to calculate per-channel weights from the noise estimates. Then write them out to a file, or (preferably) a column in the MS. This would be useful for MSs which don't have a WEI…
-
when I run:
> limited_angle = np.linspace(0, np.pi/2, 180)
> limited_projection = tigre.Ax(img, geo, limited_angle)
> print(limited_projection.shape)
> img_tv = ossart_tv(limited_projection,geo,…