Description Usage Arguments Details Value Author(s) Examples
Calculates the traveltime through a single layer.
1 | CalcTP(p, v, z, zmin, zmax, novertex = 0)
|
p |
Ray Parameter (s/deg) |
v |
Velocities at top and bottom of layer (km/s) |
z |
Depth at top and bottom of layer (km) |
zmin |
Minimum allowed depth in layer (km) |
zmax |
Maxiumum allowed depth in layer (km) |
novertex |
Optional: if TRUE, vertex cannot be found in layer |
Regrettably, this routine is not vectorized. This will be corrected in later versions. This is a subordinate routine to CalcTPsum.
Traveltime between zmin and zmax (s).
Jake Anderson
1 | ### Can only be called from CalcTPsum
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.