Click or drag to resize
SoOpenCLSeismicComputeInstPhase Method (SoOpenCLBufferObject, SoOpenCLBufferObject, Int32, Int32)

Compute instantaneous phase attribute on a set of seismic traces.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int ComputeInstPhase(
	SoOpenCLBufferObject sourceBufferObject,
	SoOpenCLBufferObject targetBufferObject,
	int traceSize,
	int numTrace
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
targetBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
traceSize
Type: SystemInt32
numTrace
Type: SystemInt32

Return Value

Type: Int32
Remarks

OPENCL optimized version.

  • This function handles SoOpenCLBufferObject input output type only.

  • Data stored in buffers must be of type float.

See Also