Click or drag to resize
CFFTInverse Method
Inverse the FFT from wave number domain to space domain

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 Inverse(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Output VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Original VV which was used to create FFT (will be used as mask for output VV; no masking if this parameter is NULL)
See Also