Learn R Programming

RSEIS (version 2.6-0)

travel.time1D: Seismic Travel Time 1D

Description

Travel time from source to reciever in 1D local model.

Usage

travel.time1D(indelta, inhpz, instaz, inlay, ztop, vel)

Arguments

Value

  • list:
  • dtdrderivative of t w.r.t. horizontal distance
  • dtdzderivative of t w.r.t. z, depth
  • angleincidence angle, degrees
  • tttravel time, s

Details

Uses local 1D velocity model, not appropriate for spherical earth.

See Also

Ray.time1D, Get1Dvel

Examples

Run this code
data(VELMOD1D)

v= VELMOD1D

tees = travel.time1D(23, 7, 0, length(v$zs) , v$zp , v$vp)

print(tees)

Run the code above in your browser using DataLab