Hi.
In DINVER after inversion, the option view-ground profiles plots Vs profiles up to a certain misfit value. However, if we want to plot certain number of profiles of lowest misfit, (for example, top 500 Vs profiles having the lowest misfit value), how to do that? What is the 'minimum index' and 'maximum index' option for viewing/plotting the Vs profiles in the latest version?
Plot 500 Vs profiles with minimum misfit
-
- Posts: 13
- Joined: Sun Jan 24, 2021 11:11 am
Re: Plot 500 Vs profiles with minimum misfit
Hi,
You must go through the command line interface. Under Linux or Mac, just use a terminal, under Windows use GeopsyLand provided in the package (other options are also possible with msys, cygwin, mobaxterm,.. but they are more complex to install).
When you save the dinver environment (menu file/save), a directory 'yourproject_reports' is created. Inside this directory you can find one .report file per run. Identify the runs your want to read and run:
To plot them:
To get the same format as in dinver, create a .mkup file in dinver, choose menu "save make-up" in the context menu from the Vs plot for instance. With this make-up file:
You must go through the command line interface. Under Linux or Mac, just use a terminal, under Windows use GeopsyLand provided in the package (other options are also possible with msys, cygwin, mobaxterm,.. but they are more complex to install).
When you save the dinver environment (menu file/save), a directory 'yourproject_reports' is created. Inside this directory you can find one .report file per run. Identify the runs your want to read and run:
Code: Select all
gpdcreport run1.report run2.report -best 500 > best500.model
Code: Select all
gpdcreport run1.report run2.report -best 500 | gprofile -vs | figue -mc
Code: Select all
gpdcreport run1.report run2.report ... -best 500 | gprofile -vs | figue -mc -m your.mkup