Click or drag to resize
CFFTGaus Method
Gaussian filter

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 void Gaus(
	double dev,
	int type
)

Parameters

dev
Type: SystemDouble
Standard deviation cutoff of function (meters)
type
Type: SystemInt32
Filter type: 1= Low-pass (residual) filter (default) 0= High-pass (regional) filter
See Also