Click or drag to resize
CGUIFft2SpecFilter Method (CGXNETCore, IWin32Window, String, String)
Interactive FFT2 radially averaged power spectrum filter

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Fft2SpecFilter(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string spec_file_name,
	string con_file_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
spec_file_name
Type: SystemString
Name of the input spectrum file
con_file_name
Type: SystemString
Name of the output control file
See Also