Click or drag to resize

CIPRESIX_Zonge Method

Note: This API is now obsolete.

Runs the Interpex RESIX Zonge inversion on selected lines.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void RESIX_Zonge(
	CDB db,
	string line,
	string res_chan,
	string syn_res_chan,
	string inv_res_chan,
	int ip_too,
	string chg_chan,
	string syn_chg_chan,
	string inv_chg_chan
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void RESIX_Zonge(
	CDB db,
	string line,
	string res_chan,
	string syn_res_chan,
	string inv_res_chan,
	int ip_too,
	string chg_chan,
	string syn_chg_chan,
	string inv_chg_chan
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database object
line
Type: SystemString
Name of the line
res_chan
Type: SystemString
Apparent resistivity channel
syn_res_chan
Type: SystemString
Synthetic Apparent resistivity channel
inv_res_chan
Type: SystemString
Inverted Apparent resistivity channel
ip_too
Type: SystemInt32
Invert IP data too? <define>IP_I2XINV</define>
chg_chan
Type: SystemString
IP channel
syn_chg_chan
Type: SystemString
Synthetic IP channel
inv_chg_chan
Type: SystemString
Inverted IP channel
Remarks
The IP2DI program is run in batch mode, and the input file is overwritten with the new results, ready to be imported using ImportI2X_IP. The three IP channels are required only if joint Res/IP inversion is selected.
See Also