seismic.convert {RGeostats}R Documentation

Convert from Time to Depth or vice-versa

Description

Convert a Grid of seismic attributes from Time to Depth or vice-versa

Usage

seismic.convert(dbin, dbout, ivarv = 1, flag.z2t = 1, 
radix = "Convert", modify.target = db.locmod())

Arguments

dbin

The db-class containing the input seismic attributes in Time (if flag.z2t=0) or Depth (if flag.z2t=1)

dbout

The db-class containing the output seismic attributes in Depth (if flag.z2t=0) or Time (if flag.z2t=1)

ivarv

Field index for the velocity variable in the input db-class

flag.z2t

1 for a conversion from Depth to Time and 0 for a conversion from Time to Depth

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 output Db with as many output variables as there are seismic attributes in the input Db.

See Also

seismic.grid.define seismic.convolve seismic.operate


[Package RGeostats version 14.0.10 Index]