All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sep.operator.SepOperator | +----cohy.estDip.PartDiffDots
, , <\PRE> In the case of input f(x,y,z) (3 dimensions) it returns , , , , <\PRE>. (The dotproducts are ordered alphabetically. I do not compute all derivatives since the dip estimation scheme assumes that plane-wave component is not vertical. Consequently, I need only these derivatives). The class is needed for a dip estimation scheme.
- XX2
- 2D indices that identify dotproducts in output array.
- XX3
- 3D indices that identify dotproducts in output array.
- XY2
- XY3
- XZ3
- YY2
- YY3
- YZ3
- ZZ3
- PartDiffDots(PartDiffDots)
- PartDiffDots(RsfSpace)
- PartDiffDots(RsfSpace, RsfSpace)
- apply(boolean, Vector, Vector)
- Apply the operator:
ran = this(dom)- copy()
- getOutputRsfSpace(RsfSpace)
XX2
public static final int XX2XY2
- 2D indices that identify dotproducts in output array.
public static final int XY2YY2public static final int YY2XX3public static final int XX3XY3
- 3D indices that identify dotproducts in output array.
public static final int XY3XZ3public static final int XZ3YY3public static final int YY3YZ3public static final int YZ3ZZ3public static final int ZZ3PartDiffDots
public PartDiffDots(RsfSpace iputSpace)PartDiffDotspublic PartDiffDots(RsfSpace iputSpace, RsfSpace oputSpace)PartDiffDotsprotected PartDiffDots(PartDiffDots src)getOutputRsfSpace
public static RsfSpace getOutputRsfSpace(RsfSpace iputSpace)copypublic JamObject copy()apply
- Overrides:
- copy in class SepOperator
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