Click or drag to resize
CFFT2FilterPG Method
Apply 2D FFT filters to data in pager

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void FilterPG(
	CGXNETCore gxNetShared,
	CPG pg,
	string con_fil,
	CTR tr,
	double dx,
	double dy,
	double rot
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Pager obj
con_fil
Type: SystemString
sConFil - FFT filter control file
tr
Type: GeoEngine.Core.GXNetXCTR
TR obj
dx
Type: SystemDouble
rDx - X increment
dy
Type: SystemDouble
rDy - Y increment
rot
Type: SystemDouble
rRot- Rotation degree
See Also