DOCUMENTATION
SYNOPSIS
PROGRAM NAME: Gpprofile
AUTHOR: Derek Goff
DATE: May 5 2015
DESCRIPTION: A package to use geopsy's gpprofile function
to resample Vs profiles from dinver
VERSION: 0.1
Use
Notes
This Program derives from dinver in Geopsy
'_note' keeps track of actions for use in graphics
'_Step' keeps track of actions for execution in the system
Example
Gpprofile Notes
Usage: gpprofile [OPTIONS] [FILE1 [FILE2 ...]]
Print profile computed from a layered model given through stdin or FILE
Format for layered models:
Line 1 <number of layers including half-space for first model>
Line 2 <thickness (m)> <Vp (m/s)> <Vs (m/s)> <Density (kg/m3)>[ <Qp> <Qs>]
....
Line n 0 <Vp (m/s)> <Vs (m/s)> <Density (kg/m3)>[ <Qp> <Qs>]
Line n+1 <number of layers including half-space for second model>
....
Quality factors are not mandatory. Any number of models can be given as input.
Profile type options: -vp Export Vp profiles -vs Export Vs profiles (default) -rho Export density profiles -nu Export Poisson's ratio profiles -imp Export impedance profiles
Output type options: -original Export profiles with original sampling from input models (default) -resample Export profiles with a custom sampling (see -h sampling for details) -average-profiles Export averaged profiles with a custom sampling (see -h sampling for details). Various profiles are averaged into one single output. -average-depths Export averaged profiles with a custom sampling (see -h sampling for details). Average is performed over the depth axis. -average-at <DEPTH> Returns the average profile over DEPTH meters. -minmax Export minimum and maximum profiles with a custom sampling (see -h sampling for details)
Depth sampling options: -d, -max-depth <DEPTH> Maximum depth for resampled output types (default=100m) -n <N> Number of samples for resampled output types (default=100) See also: More information at http://www.geopsy.org
Authors: Marc Wathelet Marc Wathelet (LGIT, Grenoble, France)
Description of Subroutines
Subroutine clear
Sets all variable strings to '' (nothing)
Subroutine vp
Export Vp profiles
Subroutine vs
Export Vs profiles (default)
Subroutine original
do not resample throughput
leave the original sampling
Subroutine rho
Export density profiles
Subroutine nu
Export Poisson's ratio profiles
Subroutine imp
Export impedance profiles
Subroutine resample
Export profiles with a custom sampling
Subroutine depth or -d
Max depth for resampled output types
(default=100)
Subroutine samples
Number of samples for resampled output
(default=100)
n
Subroutine avgAt
Returns average profile over DEPTH meters
Good for Vs30
Subroutine file
Define Input file
Subroutine Step
Keeps track of actions for execution in the system
Subroutine note
Keeps track of actions for possible use in graphics
Warnings for programmers
packages must end with
1;