Description Usage Arguments Value Author(s) Examples
Constructs a distance for ray parameter function for the range of relevant ray parameters for a given phase.
1 | MakePscan(phase, h, imodel)
|
phase |
Earthquake wave arrival phase (e.g. 'P', 'SKKS') |
h |
Focal depth (km) |
imodel |
Planet model returned by ImproveModel |
List with following elements:
phase |
Arrival phase |
h |
Focal depth (km) |
angles |
Takeoff angles (degrees) |
p |
Corresponding ray parameters (s/deg) |
dist |
Corresponding epicentral distances (degrees) |
vp |
P wave velocity at focus |
vs |
S wave velocity at focus |
starts |
Starting indices of intervals ( 1:(length(p) - 1) ) |
ends |
Ending indices of intervals ( 2:length(p) ) |
Jake Anderson
1 2 3 4 5 6 7 | data(model)
phase = 'P'
h = 100
imodel = ImproveModel(model)$newmodel
MakePscan(phase, h, imodel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.