Click or drag to resize

CDUInterpGapAndFill Method

Replace all dummies by interpolating from valid data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void InterpGapAndFill(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside,
	int gap,
	int extend,
	double fill
)

public static void InterpGapAndFill(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside,
	int gap,
	int extend,
	double fill
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Channel to interpolate [<define>DB_LOCK_READONLY</define>]
o_ch
Type: SystemInt32
Output interpolated channel [<define>DB_LOCK_READWRITE</define>]
inside
Type: SystemInt32
<define>DU_INTERP</define>
outside
Type: SystemInt32
<define>DU_INTERP_EDGE</define>
gap
Type: SystemInt32
Maximum gap to interpolate (fiducials)
extend
Type: SystemInt32
Maximum items to extend at ends.
fill
Type: SystemDouble
Value used to fill dummy channels.
See Also