groupeLIAMG / ttcr

Codes to do raytracing for geophysical applications
GNU General Public License v3.0
85 stars 33 forks source link

Raytracing reflections #33

Closed pasansherath closed 3 years ago

pasansherath commented 4 years ago

Hi there, I am interested in using this code. It looks awesome as it can be run with python. I looked at the two examples. I was wondering whether it can trace only refractions. Is it possible to trace reflections as well?

Thanks Pasan

bernard-giroux commented 4 years ago

Hi Pasan, It's possible but not straight-forward and has to be done in multiple steps. You have to store arrival times at all nodes on the surface defining your reflection interface, and use those as source on a subsequent run. It can become tedious when you have many interfaces, and if you want multiples...