Region wise regularization #740
Replies: 2 comments 2 replies
-
What is the best way to identify the range of limit. I was trying different limit for a circular body with outer ring. But if range is low than the rays do not penetrate in the inner region. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The math behind is described by Günther (2004). The model transformation is also published by Kim & Kim (2011). References
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to understand the region wise regularization. I tried the example given https://www.pygimli.org/_tutorials_auto/3_inversion/plot_8-regionWise.html. However, I'm not getting what is going on at the back. What's the math when we implement
mgr.inv.setRegularization(3, single=True, , limits = [1/9000, 1/100])
?Is there any reference available for Region-wise regularization?
Beta Was this translation helpful? Give feedback.
All reactions