Click or drag to resize

CTCGrregter Method

Create a terrain correction grid for a topo grid.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void Grregter(
	CIMG im_gi,
	CIMG im_go
)

public void Grregter(
	CIMG im_gi,
	CIMG im_go
)

Parameters

im_gi
Type: GeoEngine.Core.GXNetCIMG
Input IMG (local DEM topo grid used for station elevation)
im_go
Type: GeoEngine.Core.GXNetCIMG
Image of output grid
See Also