Click or drag to resize

CTCGrregter Method

Create a terrain correction grid for a topo grid.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.GXNetXCIMG
Input IMG (local DEM topo grid used for station elevation)
im_go
Type: GeoEngine.Core.GXNetXCIMG
Image of output grid
See Also