Click or drag to resize
CIPExportUBCIPControl Method
Export a control file for using in the UBC IPINV2D 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 Control file. Outputs a control file for use in the UBC 2D IP inversion programme IPINV2D.
Syntax
public static void ExportUBCIPControl(
	string str1,
	int i2,
	int i3,
	double d4,
	string str5,
	string str6,
	string str7,
	string str8,
	string str9,
	string str10,
	string str11,
	string str12
)

Parameters

str1
Type: SystemString
Output control file name
i2
Type: SystemInt32
niter
i3
Type: SystemInt32
irest
d4
Type: SystemDouble
chifact
str5
Type: SystemString
IP obs file
str6
Type: SystemString
conductivity file
str7
Type: SystemString
mesh file
str8
Type: SystemString
topography file
str9
Type: SystemString
initial model file
str10
Type: SystemString
reference model
str11
Type: SystemString
alphas
str12
Type: SystemString
weights file
See Also