matteo-ronchetti / torch-radon

Computational Tomography in PyTorch
https://torch-radon.readthedocs.io
GNU General Public License v3.0
219 stars 45 forks source link

detector size #44

Closed mariamaddalenaautorino closed 1 year ago

mariamaddalenaautorino commented 1 year ago

Hi! First of all thanks for the this great contribution. I am using your torch_radon on a data which size are 972x972. I do the forward and I expect the respective sinogram size to be [angles, 972sqrt(2)]. Why running your function the second dimension is 972 instead of sqrt(2)972? Is it possible to fix this?

mariamaddalenaautorino commented 1 year ago

I solved! I found the 'det_count' variable that defines what I need.