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).
-
DX
- indices that identify slopes in output array.
-
DY
-
-
DZ
-
-
DipEstimator(DipEstimator)
-
-
DipEstimator(RsfSpace)
-
-
DipEstimator(RsfSpace, RsfSpace)
-
-
apply(boolean, Vector, Vector)
- Apply the operator:
ran = this(dom)
-
copy()
-
-
getOutputRsfSpace(RsfSpace)
-
DX
public static final int DX
- indices that identify slopes in output array.
DY
public static final int DY
DZ
public static final int DZ
DipEstimator
public DipEstimator(RsfSpace iputSpace)
DipEstimator
public DipEstimator(RsfSpace iputSpace,
RsfSpace oputSpace)
DipEstimator
protected DipEstimator(DipEstimator src)
copy
public JamObject copy()
- Overrides:
- copy in class SepOperator
getOutputRsfSpace
public static RsfSpace getOutputRsfSpace(RsfSpace iputSpace)
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