Click or drag to resize

CFFT2PowSpc Method

FFT2 transform power spectrum

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void PowSpc(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string spc_fil
)

public static void PowSpc(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string spc_fil
)

Parameters

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