Click or drag to resize

CVVUPickPeak2 Method

Find peaks in a VV - method two.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PickPeak2(
	CVV vv_i,
	CVV vv_o,
	double pr_base_lvl,
	double pr_ampl
)

public static void PickPeak2(
	CVV vv_i,
	CVV vv_o,
	double pr_base_lvl,
	double pr_ampl
)

Parameters

vv_i
Type: GeoEngine.Core.GXNetCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetCVV
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
Remarks
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.
See Also