Contents

hide

GPDCREPORT


 

NAME

gpdcreport - analysis of inversion reports  

SYNOPSIS

gpdcreport [OPTIONS] [FILE] ...  

DESCRIPTION

Read .report file produced by inversion and extract to stdout ground models, dispersion curves, spac curves... (see options)  

Generic options:

-help
Show help about options
-version
Show version information
-reportbug
Start bug report dialog, information about bug is passed through stdin. This option is used internally to report bugs if option -nobugreport is not specified.
-nobugreport
Do not generate bug report in case of error
 

Gpdcreport options:

-n <max>
Maximum number of models to output (default = 1000)
-m <max>
Maximum misfit to output (default = 1)
-i
Select models by index in file. Indexes are passed through stdin.
-pm
Output parameters and misfit to stdout
-gm
Output ground models to stdout (default)
-pR <mode>
Output mode Rayleigh Phase dispersion curves to stdout
-gR <mode>
Output mode Rayleigh Group dispersion curves to stdout
-pL <mode>
Output mode Love Phase dispersion curves to stdout
-gL <mode>
Output mode Love Group dispersion curves to stdout
-e <mode>
Output mode ellipticity curve to stdout
 

EXAMPLES

gpdcreport run_01.report
Output first 1000 ground models with a misfit less than 1.
gpdcreport run_01.report | gpell -c
Re-compute ellipticity curves for the same set of models.
gpdcreport run_01.report | gpell -p
Re-compute peak ellipticity frequencies for the same set of models.
gpdcreport run_01.report -e 0
Output ellipticity curves for the same set of models (if any stored).
 

COPYRIGHT

Copyright 2002-2007 Marc Wathelet. All rights reserved.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Section being "GNU Free Documentation License". A copy of the license is found in geopsy manual in section entitled "GNU Free Documentation License".