TransformF2Sz: Flat Earth Transformation

Description Usage Arguments Value Author(s) Examples

View source: R/TransformF2Sz.R

Description

Transform Flat Earth depth/velocity/distance/ray parameter to Round Earth, and vice-versa.

Usage

1
2
3
4
TransformF2Sz(vf, zf, rp)
TransformS2Fz(vs, zs, rp)
TransformS2Fp(ps, rp)
TransformF2Sdist(xf, rp)

Arguments

vf

Flat-Earth velocity (km/s)

zf

Flat-Earth depth (km)

rp

Planet radius (km)

vs

Round-Earth velocity (km/s)

zs

Round-Earth depth (km)

ps

Round-Earth ray parameter (s/deg)

xf

Flat-Earth horizontal distance (km)

Value

TransformF2Sz:

vs

Round-Earth velocity (km/s)

zs

Round-Earth depth (km)

TransformS2Fz:

vf

Flat-Earth velocity (km/s)

zf

Flat-Earth depth(km)

TransformS2Fp: Flat-Earth ray parameter (s/km)

TransformF2Sdist: Round-Earth surface distance (deg)

Author(s)

Jake Anderson

Examples

1
2
3
4
5
6
7
TransformF2Sz(19, 2700, 6371)

TransformS2Fz(12.5, 2800, 6371)

TransformS2Fp(10, 6371)

TransformF2Sdist(10000, 6371)

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