Replies: 1 comment 3 replies
-
This is just a plain example to show how to use the function, this is a function for iterative process (LSRTM) so you start with dm = 0 usually and iteratively update it. The goal is to recover the true one, ie you are estimating |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I can see in the examples the model pertubation is computed as a difference between true model and its approximation:
dm = vec(m0 - m)
.But in practice we don't know the true model.
I think we can get
dm
as a difference between some estimations from FWI but I'm not sure.What are the ways to to get
dm
model pertubation in a field case?Could you recommend some source where to read about model pertubation?
Beta Was this translation helpful? Give feedback.
All reactions