Click or drag to resize

CVVUAverageRepeat2Ex Method

Average repeat values based on 2 reference channels.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void AverageRepeat2Ex(
	CVV ref_vv1,
	CVV ref_vv2,
	CVV dat_vv,
	int mode
)

public static void AverageRepeat2Ex(
	CVV ref_vv1,
	CVV ref_vv2,
	CVV dat_vv,
	int mode
)

Parameters

ref_vv1
Type: GeoEngine.Core.GXNetCVV
Reference VV
ref_vv2
Type: GeoEngine.Core.GXNetCVV
Reference VV
dat_vv
Type: GeoEngine.Core.GXNetCVV
Data VV to average
mode
Type: SystemInt32
<define>VVU_MODE</define>
Remarks
Repeated values in the reference VV will be set to the mean, median, minimum or maximum value in the data VV. The first value in the data VV will be reset 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.
See Also