Page 1 of 1
Export DINVER results to an csv or text
Posted: Sat Jul 18, 2015 7:23 pm
by Leonard
Hi. Guys
I'm working withs geopsy and Dinver to invert a MASW experiment , i would like export the Poisson ratio, vp and vs profiles to calculate dinamic elastic parameters ,exists a way To export it to a csv file or txt file?
Re: Export DINVER results to an csv or text
Posted: Thu Sep 24, 2015 2:24 am
by agorbatov
gpdcreport -h all
options -vp -vs -rho
Re: Export DINVER results to an csv or text
Posted: Tue May 10, 2016 8:19 pm
by admin
Prints to terminal all models contained in run_01.report (binary files produced by Dinver).
Prints to terminal only the two best models (with the lowest misfit).
Code: Select all
gpdcreport run_01.report -best 2 | gpprofile -vs
Same job but output the Vs profiles, suitable for plotting for instance.
Code: Select all
gpdcreport run_01.report -best 2 | gpprofile -vs | figue -mc
Now plots the two Vs profiles. '-mc' is for 'many curves' instead of just '-c' fine if the number of curves is small.
Code: Select all
gpdcreport run_01.report -best 2 | gpprofile -nu | figue -mc
Same job but for Poisson's ratio