Description Usage Arguments Details Value Author(s) See Also Examples
Calculates a travel time given a phase, focal depth, model, and ray parameter.
1 | FindTime4p(phase, h, p, model, anglemode = "rayparm", takeoff = NULL)
|
phase |
Arrival phase (e.g. 'P', 'SKS') |
h |
Focal depth (km) |
p |
Ray Parameter (s/deg) |
model |
Planet model |
anglemode |
One of 'rayparm' (if the input ray parameter is to be used) or 'angle' (if the input takeoff angle is to be used) |
takeoff |
Takeoff angle (deg) |
'takeoff' and 'p' must be scalars–unlike many of the other functions provided, FindTime4p is not vectorized.
tt |
Phase travel time (s) |
vdep |
Vertex radius (km) |
resp |
Ray parameter (s/deg) |
Jake Anderson
Traveltime, FindDist4pn
1 2 3 4 5 | data(model)
FindTime4p('P', 100, 6, model)
FindTime4p('P', 100, NaN, model, anglemode = 'angle', 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.