Click or drag to resize
CVVUNoiseCheck Method
Check on deviation of data from variable background in a VV

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
This function checks vertical deviation of data in input VV against a moving straight line. The straight line at any time is defined by two extreme points of a data segment. Output VV will be 0 if data point in input VV falls within the deviation, otherwise, it will be 1. Output VV will be 0 if the straight line is vertical.
Syntax
public static void NoiseCheck(
	CVV oVV1,
	CVV oVV2,
	double d3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV on which to apply quality control Required in GS_DOUBLE or GS_FLOAT
oVV2
Type: GeoEngine.Core.GXNetCVV
output flag VV with result 0 and 1. Required in GS_BYTE
d3
Type: SystemDouble
allowed deviation over a number of data points in input VV (next parameter). Must be >= 0.0
i4
Type: SystemInt32
number of data points. Must be > 0
See Also