-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels