CalcTPsum: Calculate Traveltime along Ray Leg

Description Usage Arguments Details Value Author(s) Examples

View source: R/CalcTPsum.R

Description

Wrapper for CalcTP to calculate a traveltime over many layers.

Usage

1
CalcTPsum(p, v, z, zmin, zmax, novertex)

Arguments

p

Ray parameter (s/deg)

v

Velocity vector (km/s)

z

Depth vector (km)

zmin

Minimum depth (km)

zmax

Maximum depth (km)

novertex

Flag to prevent handling of vertices

Details

Note that all depths and velocities provided here are in flat earth coordinates. This is a subordinate routine for FindTime4p and is not intended for human use.

Value

Traveltime along ray leg (s).

Author(s)

Jake Anderson

Examples

1
##### Subordinate routine

TauP.R documentation built on May 2, 2019, 3:25 a.m.