-
Notifications
You must be signed in to change notification settings - Fork 32
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
FWI: Dimension mismatch when limit_m=true
#156
Comments
Thanks for raising this. I think I know where the issue is and will be fixing asap. Basically, as of 3.1.9 each shot gradient is only the size of the aperture and the PhysicalParameter arithmetic takes care of summing different ones. But I didn't think of the case where the summer size wouldn't match the total model so I need to tweak it. |
Is fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Starting from v3.1.9 I'm no longer able to run FWI with
limit_m=true
with my field data while fwi_example_2D.jl works fine even if model is limited.The error I get:
The simplified code I use:
Here:
o = (4968.5, 0.0)
n = (1061, 450)
d = (12.5, 12.5)
min_x = 4975.0f0 (from segy source and rec positions)
max_x = 18212.0f0 (from segy source and rec positions)
Each shot in SEGY contains 120 receivers
In the error the following numbers may be treated as:
477450 is equal to *(n...)
117000/n[2] = 260
The text was updated successfully, but these errors were encountered: