eikonal {RGeostats}R Documentation

Perform the wave propagation within a Grid

Description

Perform the wave propagation within a Grid

Usage

eikonal(db, xs = 0, ys = 0, zs = 0, verbose = 0, radix = "Time", 
	modify.target = db.locmod())

Arguments

db

The Grid db-class which contains the velocity in input

xs

Coordinate of the source along X

ys

Coordinate of the source along Y

zs

Coordinate of the source along Z

verbose

1 for a verbose output

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The function returns the time of first arrival in the Grid file


[Package RGeostats version 14.0.10 Index]