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

Parker weighting issues no warning with large source offsets #393

Open
SimonRit opened this issue Dec 4, 2020 · 0 comments
Open

Parker weighting issues no warning with large source offsets #393

SimonRit opened this issue Dec 4, 2020 · 0 comments

Comments

@SimonRit
Copy link
Collaborator

SimonRit commented Dec 4, 2020

See the conversation on the mailing list.

This code

rtksimulatedgeometry -v -o geometry_sx_220_600.xml -a 220 -f -110 -n 300 --sid 1172.2 --sdd 1672.2 --proj_iso_x 60 --source_x 60
rtkprojectshepploganphantom -g geometry_sx_220_600.xml -o proj1.mha --dimension 512,3
rtkfdk --dimension 256,1,256 -p . -r proj1.mha -o fdk1.mha -g geometry_sx_220_600.xml --nodisplaced

produces a bad result, most likely due to insufficient data. But RTK does not issue a warning.
This acquisition produces a correct result, showing that Parker seems to account correctly for source offsets:

rtksimulatedgeometry -v -o geometry_sx_220_600.xml -a 220 -f -110 -n 300 --sid 1172.2 --sdd 1672.2 --proj_iso_x -60 --source_x -60
rtkprojectshepploganphantom -g geometry_sx_220_600.xml -o proj1.mha --dimension 512,3
rtkfdk --dimension 256,1,256 -p . -r proj1.mha -o fdk1.mha -g geometry_sx_220_600.xml --nodisplaced
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

1 participant