Time domain Parabolic Radon transform via the Conjugate Gradient (CG) method with implicit forward and adjoint Radon operators. The Radon domain coefficients
radon_forward
and radon_adjoint
in radon_lib.py
. These two operators are functions that pass the dot product test.
The implicit form of the operators is given by
The parameter
Running the program: python main.py
. You will first need to install the following libraries numba
, numpy
and matplotlib
.
You can modify the code to also compute Linear and Hyperbolic Radon Transforms. In those
cases, the integration path
Reference: D Trad, T Ulrych, M Sacchi, 2003, Latest views of the sparse Radon transform: Geophysics 68 (1), 386-399.