Click or drag to resize
CVVUNLFilt Method
Applies a non-linear filter.

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)
Syntax
public static void NLFilt(
	CGXNETCore gxNetShared,
	CVV vv_i,
	CVV vv_o,
	int fwid,
	double pr_ftol
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_i
Type: GeoEngine.Core.GXNetXCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetXCVV
Filtered VV
fwid
Type: SystemInt32
Filter Width
pr_ftol
Type: SystemDouble
Filter Tolerance, 0 for 1% of Std. Dev.
See Also