Jevgenija Rudzusika
Jevgenija Rudzusika
The following functions added: - transforming flat detector to curved with a given radius - transforming curved detector to flat - projecting data from one detector to another given that...
Hi! There is a possibility to specify a curved detector in ODL now, but no back-end to support it. So, the best thing to do now is to use interpolation...
I am trying to estimate the norm of the Radon transform: ``` xlim = 14 space = odl.uniform_discr([-xlim, -xlim], [xlim, xlim], [28, 28], dtype='float32') geometry = odl.tomo.parallel_beam_geometry(space, num_angles=5) operator =...