Click or drag to resize
CIPExportUBCRes3 Method
Export of IP Resistivity data to UBC format.

Available since Oasis montaj version: 8.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Outputs a *.DAT" file of the survey data for use in the UBC 2D inversion programme DCINV2D. Voltage and current channels should be in units such that V/I gives volts/amp (or mV/mA).
Syntax
public void ExportUBCRes3(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	string str6,
	string str7,
	double d8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
str2
Type: SystemString
Output line name
str3
Type: SystemString
Output voltage channel name
str4
Type: SystemString
Output current channel name
str5
Type: SystemString
Output error channel name ("" for none)
str6
Type: SystemString
Output OBS file name
str7
Type: SystemString
Output TOPO file name
d8
Type: SystemDouble
version number (3 or 5)
See Also