powered by
Constructs a distance for ray parameter function for the range of relevant ray parameters for a given phase.
MakePscan(phase, h, imodel)
Earthquake wave arrival phase (e.g. 'P', 'SKKS')
Focal depth (km)
Planet model returned by ImproveModel
List with following elements:
Arrival phase
Takeoff angles (degrees)
Corresponding ray parameters (s/deg)
Corresponding epicentral distances (degrees)
P wave velocity at focus
S wave velocity at focus
Starting indices of intervals ( 1:(length(p) - 1) )
Ending indices of intervals ( 2:length(p) )
# NOT RUN { data(model) phase = 'P' h = 100 imodel = ImproveModel(model)$newmodel MakePscan(phase, h, imodel) # }
Run the code above in your browser using DataLab