emsig / empymod

Full 3D electromagnetic modeller for 1D VTI media
https://empymod.emsig.xyz
Apache License 2.0
85 stars 22 forks source link

More flexible src/rec coordinate definition #181

Open prisae opened 1 year ago

prisae commented 1 year ago

Make the coordinate definition for sources and receivers more flexible.

E.g.,

src = (
    0,  # x
    0,  # y
    0,  # z
    0,  # azm
    [0, 10, 20, 30, 40, 50, 60, 70, 80, 90]  # dip
)
prisae commented 1 year ago

For dipoles it is implemented in #185. For bipoles it is under way in #179.