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

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
UBC Version 5 Outputs a control file for use in the UBC 2D resistivity inversion programme DCINV2D.
Syntax
public static void ExportUBCResControlV5(
	string str1,
	int i2,
	double d3,
	string str4,
	string str5,
	int i6,
	string str7,
	int i8,
	string str9,
	int i10,
	string str11,
	int i12,
	string str13,
	string str14
)

Parameters

str1
Type: SystemString
Output control file name
i2
Type: SystemInt32
niter
d3
Type: SystemDouble
chifact
str4
Type: SystemString
RES obs file
str5
Type: SystemString
topography file (required)
i6
Type: SystemInt32
Mesh type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str7
Type: SystemString
mesh file (can be "") or value
i8
Type: SystemInt32
Initial model type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str9
Type: SystemString
initial model file (can be "") or value
i10
Type: SystemInt32
Reference model type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str11
Type: SystemString
reference model file (can be "") or value(
i12
Type: SystemInt32
Alphas type IP_UBC_CONTROLConstant FILE, VALUE, LENGTH or DEFAULT
str13
Type: SystemString
alphas file (can be ""), value or length
str14
Type: SystemString
weights file
See Also