You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to reconstruct sinogram (obtained with real equipment) with torch-radon FBP method. But I only get first image. It may contain a very small object. The second image is obtained by another reconstruction method.
I used "torch_radon.RadonFanbeam()".
There are parameters.
I tried to reconstruct sinogram (obtained with real equipment) with torch-radon FBP method. But I only get first image. It may contain a very small object. The second image is obtained by another reconstruction method.
I used "torch_radon.RadonFanbeam()".
There are parameters.
resolution = 512
source_distance = 55 [mm]
det_distance = 148 [mm]
det_spacing = 0.276890625 [mm/pixel]
I wonder if we have to transform parameters when I apply torch-radon FBP for real data.
How can I solve this problem? Thanks.
The text was updated successfully, but these errors were encountered: