Plot 500 Vs profiles with minimum misfit

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
Aniket19061990
Posts: 13
Joined: Sun Jan 24, 2021 11:11 am

Plot 500 Vs profiles with minimum misfit

Post by Aniket19061990 »

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?
admin
Site Admin
Posts: 822
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: Plot 500 Vs profiles with minimum misfit

Post by admin »

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:

Code: Select all

gpdcreport run1.report run2.report -best 500 > best500.model
To plot them:

Code: Select all

gpdcreport run1.report run2.report -best 500 | gprofile -vs | figue -mc
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:

Code: Select all

gpdcreport run1.report run2.report ... -best 500 | gprofile -vs | figue -mc -m your.mkup
Post Reply