Description Usage Arguments Value Author(s) Examples
Calculates ray parameter and takeoff angle to reach given epicentral distances. Including a pscan improves speed if you already have it, but is not necessary.
1 | FindP4Dist(phase, deltalist, h, model, pscan = NULL)
|
phase |
Wave arrival phase (e.g. 'P', 'SKS') |
deltalist |
Vector of epicentral distances (degrees) |
h |
Focal depth (km) |
model |
Planet model |
pscan |
Output of MakePscan |
List with following values:
p |
Vector of ray parameters (s/deg) |
a |
Vector of takeoff angles (deg) |
d |
Vector of corresponding epicentral distances (deg) |
deltain |
Vector of target epicentral distances (deg) |
Jake Anderson
1 2 | data(model)
FindP4Dist('P', 60, 100, model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.