You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement FWI with impedance parameterization which will need some function to convert impedance to Lame parameters. I looked at the common.py and found there are similar function vpvsrho_to_lambmubuoyancy, but I was wondering if I am only need to implement this function only or I also need to implement the reverse action as well lambmubuoyancy_to_vpvsrho. If so, how can I pass the both to the elastic () function.
Best
Abdo
The text was updated successfully, but these errors were encountered:
Hi,
The Deepwave elastic propagator requires the input material parameters to
be lambda, mu, and buoyancy. If you wish to parameterise your model
differently then you will need to convert the values to lambda, mu, and
buoyancy before they are passed to the propagator. You do not need to
implement the reverse.
Hi
I am trying to implement FWI with impedance parameterization which will need some function to convert impedance to Lame parameters. I looked at the common.py and found there are similar function
vpvsrho_to_lambmubuoyancy
, but I was wondering if I am only need to implement this function only or I also need to implement the reverse action as welllambmubuoyancy_to_vpvsrho
. If so, how can I pass the both to theelastic ()
function.Best
Abdo
The text was updated successfully, but these errors were encountered: