Description Usage Arguments Details Value Author(s) Examples
Identifies low velocity zones and improves sampling to allow more accurate raypath calculation.
1 | AnalyzeLVZ(v, vsec, z, rp)
|
v |
Velocity vector (km/s) |
vsec |
Other velocity vector (km/s) |
z |
Depth vector (km) |
rp |
Planet radius |
Only v is checked for LVZs. However, since a velocity profile requires both P and S velocities, the other velocity vector is provided as vsec and interpolated within LVZs found in v.
Interpolated velocities might not match those returned by InterpModel because calculations are done after a flat earth transform here.
List with following elements:
newv |
Velocity (of the same type as input v) vector at new depths (km/s) |
newvsec |
Velocity (of the same type as input vsec) vector at new depths (km/s) |
newz |
New depths sampled (km) |
criticalz |
Critical depths requiring special treatment (km) |
Jake Anderson
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.