good evening Mark
is it possible to extract the ' stratigrafic' parameters in a txt file from *.report?
thanks
stratigrafic parameters
Re: stratigrafic parameters
Hi Riccardo,
What do you mean exactly by 'stratigraphic' parameters?
If you want to extract the Vs profiles:
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
Re: stratigrafic parameters
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
for stratigrafic parameter I mean the data of *.param file.
the data of generic model that geopsy use.
VP, VS, ni (poisson) , gamma, thiknes
Re: stratigrafic parameters
If you run
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
Code: Select all
gpdcreport your*.report -pm
Exact format:
model index
number of parameters (even the fixed ones)
param1
param2
...
paramN
misfit