Click or drag to resize
CIMUGetZPeaksVV Method
Same as GetZVV_IMU, but find the closest peak value to the input locations, and return the peak value and peak value location.

Available since Oasis montaj version: 9.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The returned locations will always be a grid point location; no interpolation is performed when locating the peaks. A simple search is done of all neighbouring points from the starting point, and once no neighbours can be located with a higher value, the search stops.
Syntax
public static void GetZPeaksVV(
	CGXNETCore gxNetShared,
	CIMG img,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Input grid
vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z VV filled with values (set to be same size as X, Y)
See Also