Skip to content
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

options problem - dataset_AAPM #15

Open
shuyifan1024 opened this issue Apr 19, 2024 · 3 comments
Open

options problem - dataset_AAPM #15

shuyifan1024 opened this issue Apr 19, 2024 · 3 comments

Comments

@shuyifan1024
Copy link

Hello,

I meet a trouble in options parameter.
This is dataset description:
https://qtim-challenges.southcentralus.cloudapp.azure.com/competitions/1/
This is reconstruction function code:
https://github.com/xcist/example/blob/main/AAPM_datachallenge/AAPMRecon.py
This code contains some key parameters of this dataset.

options = np.array([1000, 900, 512, 512, 0.0078125, 0.6/400, 0, 2*np.pi/1000, 5.5, 4, 0, 1])

I used this set of parameters into CTLIB fbp. But the reconstruction came out wrong.
Could you help me check this options?
untitled

Thank you so much.
best

@xiawj-hub
Copy link
Owner

According to the reconstruction, there is probably a data flipping problem, originating from different coordinating system of different scanners. You can try to flip the projection data, I don't know which dimension you need to flip, maybe one of them or both. If there is still slight artifacts after flipping, it may be from the detector offset, try to set offset parameters.

@xiawj-hub
Copy link
Owner

xiawj-hub commented Apr 19, 2024 via email

@shuyifan1024
Copy link
Author

According to the reconstruction, there is probably a data flipping problem, originating from different coordinating system of different scanners. You can try to flip the projection data, I don't know which dimension you need to flip, maybe one of them or both. If there is still slight artifacts after flipping, it may be from the detector offset, try to set offset parameters.

Thank you so much for your help.
I adjust the flipping. It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants