Click or drag to resize
CIPExportUBCResControl Method
Export a control file for using in the UBC DCINV2D programme.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
UBC Version 3. Outputs a control file for use in the UBC 2D resistivity inversion programme DCINV2D. Superceded by ExportUBCResControl2_IP, which has a selection for output version number.
Syntax
public static void ExportUBCResControl(
	string str1,
	int i2,
	int i3,
	double d4,
	string str5,
	string str6,
	string str7,
	string str8,
	double d9,
	string str10,
	string str11
)

Parameters

str1
Type: SystemString
Output control file name
i2
Type: SystemInt32
niter
i3
Type: SystemInt32
irest
d4
Type: SystemDouble
chifact
str5
Type: SystemString
RES obs file
str6
Type: SystemString
mesh file
str7
Type: SystemString
topography file (required)
str8
Type: SystemString
initial model file (can be "" or "NULL")
d9
Type: SystemDouble
reference model conductivity
str10
Type: SystemString
alphas
str11
Type: SystemString
weights file
See Also