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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
UBC Version 3. Outputs a control file for use in the UBC 2D resistivity inversion program DCINV2D.
Syntax
public static void ExportUBCResControl(
	CGXNETCore gxNetShared,
	string control,
	int n_iter,
	int i_rest,
	double chi_factor,
	string obs,
	string mesh,
	string topo,
	string initial,
	double ref_cond,
	string alphas,
	string wts
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
control
Type: SystemString
Output control file name
n_iter
Type: SystemInt32
niter
i_rest
Type: SystemInt32
irest
chi_factor
Type: SystemDouble
chifact
obs
Type: SystemString
RES obs file
mesh
Type: SystemString
Mesh file
topo
Type: SystemString
Topography file (required)
initial
Type: SystemString
Initial model file (can be "" or "NULL")
ref_cond
Type: SystemDouble
Reference model conductivity
alphas
Type: SystemString
Alphas
wts
Type: SystemString
Weights file
See Also