Click or drag to resize
CFFT2Fft2In Method
FFT2 transform

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 Fft2In(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string trn_fil,
	string spc_fil
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Input image
trn_fil
Type: SystemString
Output Transform file name string
spc_fil
Type: SystemString
Output Power Spectrum file name string
See Also