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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CIMG oIMG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input grid
oVV2
Type: GeoEngine.Core.GXNetCVV
X VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV4
Type: GeoEngine.Core.GXNetCVV
Z VV filled with values (set to be same size as X, Y)
See Also