NAME

Dip - Calculate dip


DESCRIPTION

Calculates the dip of dataset using one of several methods


SYNOPSIS

Dip < in.H > out.H


INPUT PARAMETERS

verb - logical
      [n]: Whether or not to be verbose
max_size - integer
      [100]: Maximum memory in megabytes to use
v3d - logical
      [n]: Whether [y] or not [n] to run 3-D version (smooth between slices,
           more memory intensive and slower)
method - char*
      [sergey_f]: Sergey's fast method
eps - real
      [.0001]:   - Smoothness of axis1
eps2 - real
      [.0001]:   - Smoothness  of axes2 and 3
nl_iter - integer
      [10]:   - Number of non-linear iterations
      [sergey_s]: Sergey's slow method
eps - real
      [.01]:   - Smoothness of
nl_iter - integer
      [10]:   - Number of non-linear iterations
niter - integer
      [30]:   - Number of linear iterations
      [puck_f]: Puck fast method
nwind - integer(3)
      [min(n,5)]:   - Smoothing of dx and dt
      [puck_s]: Puck slow method
nwind - integer(3)
      [min(n,5)]:   - Moving window to calculate dx and dt


SEE ALSO

the Ft3d manpage


CATEGORY

seis/filter