convertTimeToDepth: Time to depth conversion

convertTimeToDepthR Documentation

Time to depth conversion

Description

Convert the two-way travel time of the recorded waves into depth. It does not account for the topography. To add the topography, use migrate instead.

Usage

convertTimeToDepth(
  x,
  dz = NULL,
  zmax = NULL,
  method = c("pchip", "linear", "nearest", "cubic", "spline")
)

## S4 method for signature 'GPR'
convertTimeToDepth(
  x,
  dz = NULL,
  zmax = NULL,
  method = c("pchip", "linear", "nearest", "cubic", "spline")
)

Arguments

dz

vertical resolution of the migrated data. If dz = NULL, then dz is set equal to the smallest depth resolution inferred from the data.

zmax

maximum depth for the time to depth conversion. If zmax = NULL, then zmax is set equal to the largest depth inferred from the data.

method

method for the interpolation (see interp1).


emanuelhuber/RGPR documentation built on March 18, 2024, 8 p.m.