Click or drag to resize

CIPExportUBCRes3 Method

Export of IP Resistivity data to UBC format.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportUBCRes3(
	CDB db,
	string line,
	string voltage_chan,
	string current_chan,
	string error_chan,
	string obs,
	string topo,
	double version
)

public void ExportUBCRes3(
	CDB db,
	string line,
	string voltage_chan,
	string current_chan,
	string error_chan,
	string obs,
	string topo,
	double version
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB object
line
Type: SystemString
Output line name
voltage_chan
Type: SystemString
Output voltage channel name
current_chan
Type: SystemString
Output current channel name
error_chan
Type: SystemString
Output error channel name ("" for none)
obs
Type: SystemString
Output OBS file name
topo
Type: SystemString
Output TOPO file name
version
Type: SystemDouble
Version number (3 or 5)
Remarks
Outputs a *.DAT file of the survey data for use in the UBC 2D inversion program DCINV2D. Voltage and current channels should be in units such that V/I gives volts/amp (or mV/mA).
See Also