Description Usage Arguments Value Author(s) Examples
Determine window of possible ray parameters for given phase.
1 | FindPrange(phase, imodel, h, dangle)
|
phase |
Wave arrival phase (e.g., 'P' or 'ScS') |
imodel |
Planet model (improved by ImproveModel if possible) |
h |
Focal depth (km) |
dangle |
Angle resolution of output (deg) |
List with following elements:
angles |
Vector of takeoff angles spaced 'dangle' apart in acceptable range (deg) |
minangle |
Minimum takeoff angle for 'phase' |
maxangle |
Maximum takeoff angle for 'phase' |
Jake Anderson
1 2 3 | data(model)
imodel = ImproveModel(model)$newmodel
FindPrange('P', imodel, 100, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.