Click or drag to resize
CPGUFiltSym5 Method
Apply 5x5 symmetric convolution filter to a PG.

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 FiltSym5(
	CGXNETCore gxNetShared,
	CPG pg,
	int npass,
	int usefile,
	string file,
	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
vv
Type: GeoEngine.Core.GXNetXCVV
Array of 6 filter coefficients at position 00, 10, 11, 20, 21, 22. Symmetric filters look like : 22 21 20 21 22 21 11 10 11 21 20 10 00 10 20 21 11 10 11 21 22 21 20 21 22
See Also