-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
earthquake #2
Comments
SyInterferoPy/lib/syinterferopy_functions.py Line 240 in 627037b
I think this line should be centroid_depth = np.mean((kwargs['bottom_depth'], kwargs['top_depth']))
|
Hi there, Thanks for suggesting this, and sorry for the slow reply. I developed this code to primarily work with volcanoes and included the Okada wrapper for sills and dykes. It was easy to extend this to earthquakes, but when I did this I did not think the magnitudes were correct, hence the comment. I have tried the fix you suggested and, whilst this improves things, I still don't think the magnitudes are correct (though they are closer). I will look at it in more detail next week. Thanks, Matt |
thank you for your replay, I checked the results from your code with the results from https://github.com/geniusinaction/okapy/blob/master/okada_ascending_descending.ipynb with okada wrapper . The results were the same except for the different epsilon ratios to the two codes. the epsilon ratio in okada wrapper is |
when you use earthquake deformation you mention in the title "is magnitude correct"?
is the deformation correct because if I use another okada Wrapper it gives another pattern of deformation?
I use (https://github.com/tbenthompson/okada_wrapper)
The text was updated successfully, but these errors were encountered: