Click or drag to resize

CFFT2TdXdY Method

FFT2 filter (calculate T from the derivatives Tx and Ty)

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TdXdY(
	CIMG img_tx,
	CIMG img_ty,
	string out_fil,
	int inv_flg
)

public static void TdXdY(
	CIMG img_tx,
	CIMG img_ty,
	string out_fil,
	int inv_flg
)

Parameters

img_tx
Type: GeoEngine.Core.GXNetCIMG
Input dX image (Transform grid)
img_ty
Type: GeoEngine.Core.GXNetCIMG
Input dY image (Transform grid)
out_fil
Type: SystemString
Output T file name
inv_flg
Type: SystemInt32
0 - no invers, 1 - invers FFT applied
See Also