Click or drag to resize

CPGUPeakedness Method

Find all peaks in peakedneess grid pager

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Peakedness(
	string grid,
	int pkness,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public static void Peakedness(
	string grid,
	int pkness,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

grid
Type: SystemString
Grid file name
pkness
Type: SystemInt32
Cutoff limit for finding peaks
vv_x
Type: GeoEngine.Core.GXNetCVV
X of found peaks
vv_y
Type: GeoEngine.Core.GXNetCVV
Y of found peaks
vv_z
Type: GeoEngine.Core.GXNetCVV
Z values of found peaks
See Also