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

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
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(
	CGXNETCore gxNetShared,
	CVV vv_i,
	CVV vv_o,
	double pr_base_lvl,
	double pr_ampl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_i
Type: GeoEngine.Core.GXNetXCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetXCVV
Returned peak VV, all dummies except peak points.
pr_base_lvl
Type: SystemDouble
Base level to accept (0.0 to find all)
pr_ampl
Type: SystemDouble
Minimum amplitude to accept
See Also