-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/issue/17 #19
Merged
Merged
Feature/issue/17 #19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scratch of the tests in datamisfit directory: Calculate the datamisfit between a pre calculated traveltime curve and modeled traveltime with the new version of the program sfniptimecurve Copy the program sfniptimecurve source file to build the new version and keep the old version
Store true model (t,x) coordinates in td and xd vectors to be used to calculate data misfit after modeling
Data misfit will be used as optimization criteria for velocity inversion, so store it in tmis vector
Use a function to update de velocity in each iteration of the ray tracing process and calculate the data misfit in time and x coordinates
The program sfstereoniptomo uses the NIP sources to trace rays from them to acquisition surface in order to obtain the traveltime curve and to compare it with the CRE traveltime calculated values. The data misfit will be used to update the velocity model. We also add the program sfgetparameter to extract the parameters from parameters cube for (t0,m0) location given
Picking of 26 nip sources and experiment repetition
Add 26 nip sources for the stereoniptomo experiment and try to recover the reflector shape
This script prepares the txt files generated by sfipick in a format readable by sfdd that convets them to RSF
Backup of the input files needed to run this test and a setup SConscript. Run 'scons -f SConscript1' to setup input files and allow the test
Generate the GDB version of sfgetparameter with 'make getparameter.x' command
Utility python script to plot the NIP sources using depth coordinates and to plot m0s in the acquisition surface. To setup input files run 'scons -f SConscript2' and after run the viewNipSources.py script. It will load generated files and plot sources using matplotlib python library
sfstereoniptomo is a program that does the forward modeling for a set if NIP sources given and normal ray angles
Coordinates of the nipsources are optimized using VFSA and summation of time misfit root mean squared criteria
Plot the true interface using the program viewNipSources.py
The program sfnipmodsetup uses t0/2 instead of t0 and the casting is corrected
Use VFSA optimization to locate nipsources. Do the process for each nipsource at time
Use Makefile to run the experiment: 'make help' to get help. This experiment uses a two interfaces model with sfstereoniptomo
Output the inverted velocity model after sfstereoniptomo finishes
This was
linked to
issues
Apr 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📤 Pull Request
Description
Program sfstereoniptomo to use stereotomography and nip tomography strategies to model inversion, test directory with an option to generate program version for GDB and automatic tests.
Resolve #16 and #17
Type of change
Please delete options that are not relevant.
Add images bellow and additional context if needed