-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed in setting geometry parameters #5
Comments
Hi, thanks for posting this issue. The problem was occurring with your data. There were some zero values in the edges of the projections and were causing inf values after log. Make sure you don't have inf or NaN after log. This is very common with the detectors in the edges. I cropped around 10 pixels from both the beginning and the end of the projections rows:
Also, as you sent the data through .mat, I manually set the PixelDepth to 16 in order to the pre-processing code works.
In the Parameter settings, some line codes were missing so I added them for you, and I also correctly set the number of slices to:
If you set it to 16, it would only reconstruct the first 16 slices. If you want to save only a certain slice, you might want to set I also corrected some geometry problems. Please, check carefully the values that I set:
There are still errors in the reconstruction because de MC is not getting on focus anywhere. I suspect they are from the angles. The projections angles are linearly spaced? Double check your geometry and let me know. I am sending you the results that I had through this link. Let me know how it goes. Best. |
Thanks for the code and reply. I made modifications and run the code. Got images similar to yours. The projection angles are linearly spaced spanning from -7.5 to +7.5. The tube motion is continuous. The |
Hi, Great. However, I still think there are errors in the geometry. You might want to use The source codes from the CUDA acceleration are in the Please, let me know if you face any errors. I can provide some binaries for Linux (Ubuntu) if you can't compile them. Best. |
Hello,
I run
FBP
algorithm for reconstructing images from DBT breast phantom raw data. The reconstructed images look blurry and lack details when compared with image outputs from actual DBT system. The actual number of slices is 171. Here I am reconstructing only 16 slices andparameter.dz
was modified accordingly.I believe I have some serious issues with geometry parameter settings. Could you please have a look at the following geometry definition and comment on any flaws. I attach a pictorial representation for the geometry of DBT system.
The geometry definition follows.
Raw data matrix shared at
https://drive.google.com/drive/folders/10er-5LklkIFZc3BR0Z_AKhpyFiaivTIC?usp=sharing
I also attach reconstructed image outputs from code and machine.
code_output.zip
machine_output.zip
It would be very helpful if you can provide some inputs on this.
Thanks.
The text was updated successfully, but these errors were encountered: