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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 averaging to occur. This version is useful for averaging on repeated (X,Y) locations.
Syntax
public static void AverageRepeat2(
	CGXNETCore gxNetShared,
	CVV ref_vv1,
	CVV ref_vv2,
	CVV dat_vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ref_vv1
Type: GeoEngine.Core.GXNetXCVV
Reference VV
ref_vv2
Type: GeoEngine.Core.GXNetXCVV
Reference VV
dat_vv
Type: GeoEngine.Core.GXNetXCVV
Data VV to average
See Also