seismic.convert {RGeoS}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, 
modify.target = TRUE)

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

modify.target

When TRUE, the results are set as new target variables in the output DB.

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 RGeoS version 9.1.1 Index]