Click or drag to resize
CVVUPickPeak Method
Find peaks in a VV - method one.

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 positive values in the input VV. The width is the number of points in the positive sequence. A VV may have to be pre-filtered before finding the peak values: Use BPFilt_VVU to smooth the data as required. Use Filter_VVU to apply a Laplace filter "-0.5,1.0,-0.5" to make curvature data.
Syntax
public static void PickPeak(
	CVV oVV1,
	CVV oVV2,
	double d3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV
oVV2
Type: GeoEngine.Core.GXNetCVV
returned peak VV, all dummies except peak points.
d3
Type: SystemDouble
minimum value to accept (0.0 to find all)
i4
Type: SystemInt32
minimum width to accept (1 to find all)
See Also