Click or drag to resize
CFFTGaus Method
Gaussian filter

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void Gaus(
	double d1,
	int i2
)

Parameters

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