Description Usage Arguments Details Value Author(s) Examples
Calculates horizontal distance traveled by ray over given depth range.
1 | CalcXPsum(p, v, z, zmin, zmax, novertex)
|
p |
Ray parameter (s/deg) |
v |
Velocity vector (km/s) |
z |
Depth vector (km) |
zmin |
Minimum depth (km) |
zmax |
Maximum depth (km) |
novertex |
Flag to prevent consideration of vertices |
All depths and velocities are flat earth coordinates. This routine is not vectorized; vectorization is a high priority for future releases. This routine is subordinate to FindDist4p.
Horizontal travel distance between zmin and zmax (km, flat earth).
Jake Anderson
1 | ### Not a user routine--subordinate to FindDist4p.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.