CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
535 stars 180 forks source link

Image Quality Issues #412

Closed Peacepppp closed 1 year ago

Peacepppp commented 1 year ago

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
AnderBiguri commented 1 year ago

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....

Peacepppp commented 1 year ago

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