Click or drag to resize
CVVUPickPeak2 Method
Find peaks in a VV - method two.

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
Peaks are the maximum point within a sequence of values in the input VV. Maximum points must be above the base level and have a local amplitude greater than the minimum amplitude specified. A VV may have to be pre-filtered before finding the peak values.
Syntax
public static void PickPeak2(
	CVV oVV1,
	CVV oVV2,
	double d3,
	double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV
oVV2
Type: GeoEngine.Core.GXNetCVV
returned peak VV, all dummies except peak points.
d3
Type: SystemDouble
base level to accept (0.0 to find all)
d4
Type: SystemDouble
minimum amplitude to accept
See Also