CERN/TIGRE

Image Quality Issues

Peacepppp opened this issue · 2 comments

Hello, I am trying to use the haed digital model that comes with the tigre toolbox to do some algorithm tests on the python version, but I find that the image quality of the head digital model in python is far inferior to that of matlab. What is the reason?

3739ed53bd0b55be7cc6ec7b30dca7c

d726dc4d81f736399f9c08ed8b14a4a

hi @Peacepppp: it just seems that you are loading it with a different resolution. The code that loads it up reads the same data, and the interpolates to the resolution you ask. Perhaps the defaults are not the same, need to double check that....

Thanks for the reminder, indeed the defaults are different. Now the doubt has been resolved!