Click or drag to resize
CPGUFiltSym Method
Apply 5x5, 7x7 or 9X9 symmetric convolution filter to a PG.

Available since Oasis montaj version: 5.1.5
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 FiltSym(
	CGXNETCore gxNetShared,
	CPG pg,
	int npass,
	int usefile,
	string file,
	int size,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Pager obj
npass
Type: SystemInt32
Number of time to pass smooth filter
usefile
Type: SystemInt32
Flag to use filter file
file
Type: SystemString
File for filter values
size
Type: SystemInt32
Size of filter window, 5/7/9
vv
Type: GeoEngine.Core.GXNetXCVV
Array of 6/10/15 filter coefficients
See Also