We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I was going through the tutorial and in the Fixing / editing the logs section I noticed that the water time above SRD is calculated as follows:
water_twt = 2.0*abs(water_depth + EGL_time) / water_vel
Shouldn't it instead be:
water_twt = 2.0*abs(water_depth) / water_vel + EGL_time
Between the two there is a discrepancy in the results of roughly 40 ms.
Thanks!
The text was updated successfully, but these errors were encountered:
That does indeed look like a bug, thank you! I have asked the author to look at it.
Sorry, something went wrong.
Thank you.
By the way, very informative tutorial! Especially for somebody non-geo and relatively new to logs like me.
No branches or pull requests
Hi,
I was going through the tutorial and in the Fixing / editing the logs section I noticed that the water time above SRD is calculated as follows:
Shouldn't it instead be:
Between the two there is a discrepancy in the results of roughly 40 ms.
Thanks!
The text was updated successfully, but these errors were encountered: