Click or drag to resize
CVVUAverageRepeat2 Method
Average repeat values based on 2 reference channels.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Repeated values in the reference VV will be averaged in the data VV. The first value in the data VV will be set to the average and subsequent data VV values will be dummied out. Data is processed only to the minimum length of the input VV lengths. Both the reference VV values must repeat for the averageing to occur. This version is useful for averaging on repeated (X,Y) locations.
Syntax
public static void AverageRepeat2(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
reference VV
oVV2
Type: GeoEngine.Core.GXNetCVV
reference VV
oVV3
Type: GeoEngine.Core.GXNetCVV
data VV to average
See Also