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

About the fbp #59

Open Dongq1qi opened 11 months ago

Dongq1qi commented 11 months ago

why in torch-radon/examples/visual_sample.py , the fbp result is radon.backprojection(filtered_sinogram) * np.pi / n_angles, but in torch-radon/examples/visual_sample.py, the fbp result is radon.backprojection(filtered_sinogram)? you give two different handle ways