-
Notifications
You must be signed in to change notification settings - Fork 14
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
running error for Marmousi model #109
Comments
We do not have any .segy files in the public repository, because they are too large. Fortunately, all the data used for the paper is available in the assets section of the GMD paper (https://gmd.copernicus.org/articles/15/8639/2022/gmd-15-8639-2022-assets.html). There you will find a script calling seismicmesh to generate the guess mesh file. The guess velocity model should be generated based on Marmousi using the specifications mentioned in the paper. You can use the method from |
Many thanks for the reply!! I found them now! :) |
I noticed that the link you provided is the same as the one I found earlier. I successfully found a script called
Here is the context of the script:
I believe the error is related to the missing Many thanks!!!!! |
Run the https://github.com/Olender/spyro-1/blob/main/spyro/tools/velocity_smoother.py method with the sigma stated in the paper and save the file as vp_guess4.segy. |
I see!! I got that! I was being stupid. Many thanks for your patience! I appreciate it! |
You're welcome! No worries at all, we all have questions sometimes. I'm glad I could help. Feel free to reach out if you have any more questions or need further assistance. These questions help us to improve our code and make it more user friendly. Happy coding! The code in PR #104, is going be merged this week and should address not only the current difficulties new users have in running spyro code, but also comes with various jupyter notebook tutorials to help (including a forward propagation case using the overthrust velocity model). After it passes, I plan on making a FWI tutorial with the Marmousi case as well. |
Hello. I was running the '''run_fwi_2d.py file''' in the
/spyro/paper
folder. And I need to download the Meshes and associated velocity models from here. And for the 2D FWI, the guess meshes are generated by running the Python scriptmake_guess_meshes.py
which uses the Python package SeismicMesh. I meet the following error when I runningmake_guess_meshes.py
:I could not find
vp_guess4.segy
from anywhere. Does anyone have any clue??Many thanks for the help!!!
The text was updated successfully, but these errors were encountered: