stratigrafic parameters

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
riccardo
Posts: 45
Joined: Fri Aug 06, 2010 4:37 pm
Location: Pisa

stratigrafic parameters

Post by riccardo »

good evening Mark
is it possible to extract the ' stratigrafic' parameters in a txt file from *.report?

thanks
admin
Site Admin
Posts: 742
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: stratigrafic parameters

Post by admin »

Hi Riccardo,

What do you mean exactly by 'stratigraphic' parameters?
If you want to extract the Vs profiles:

Code: Select all

gpdcreport your*.report | gprofile -vs > your.txt
riccardo
Posts: 45
Joined: Fri Aug 06, 2010 4:37 pm
Location: Pisa

Re: stratigrafic parameters

Post by riccardo »

Hi mark

for stratigrafic parameter I mean the data of *.param file.
the data of generic model that geopsy use.
VP, VS, ni (poisson) , gamma, thiknes
admin
Site Admin
Posts: 742
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: stratigrafic parameters

Post by admin »

If you run

Code: Select all

gpdcreport your*.report -pm
You get one model per line with as many columns as the number of parameters in the .param file.
Exact format:
model index
number of parameters (even the fixed ones)
param1
param2
...
paramN
misfit
Post Reply