All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.estDip.DipEstimator

java.lang.Object
   |
   +----sep.operator.SepOperator
           |
           +----cohy.estDip.DipEstimator

public class DipEstimator
extends SepOperator
Estimates the plane-wave component in a data. Returns dip as an Rsf (number of elements = dimension of input).


Variable Index

 o DX
indices that identify slopes in output array.
 o DY
 o DZ

Constructor Index

 o DipEstimator(DipEstimator)
 o DipEstimator(RsfSpace)
 o DipEstimator(RsfSpace, RsfSpace)

Method Index

 o apply(boolean, Vector, Vector)
Apply the operator:

ran = this(dom)
 o copy()
 o getOutputRsfSpace(RsfSpace)

Variables

 o DX
 public static final int DX
indices that identify slopes in output array.

 o DY
 public static final int DY
 o DZ
 public static final int DZ

Constructors

 o DipEstimator
 public DipEstimator(RsfSpace iputSpace)
 o DipEstimator
 public DipEstimator(RsfSpace iputSpace,
                     RsfSpace oputSpace)
 o DipEstimator
 protected DipEstimator(DipEstimator src)

Methods

 o copy
 public JamObject copy()
Overrides:
copy in class SepOperator
 o getOutputRsfSpace
 public static RsfSpace getOutputRsfSpace(RsfSpace iputSpace)
 o apply
 protected void apply(boolean add,
                      Vector iput,
                      Vector oput)
Apply the operator:

ran = this(dom)

Overrides:
apply in class SepOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index