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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
UBC Version 5 Control file.
Syntax
public static void ExportUBCIPControlV5(
	CGXNETCore gxNetShared,
	string control,
	int n_iter,
	double chi_factor,
	string obs,
	string topo,
	int cond_selection,
	string cond,
	int mesh_selection,
	string mesh,
	int initial_selection,
	string initial,
	int reference_selection,
	string ref_cond,
	int alphas_selection,
	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
chi_factor
Type: SystemDouble
chifact
obs
Type: SystemString
RES obs file
topo
Type: SystemString
Topography file (required)
cond_selection
Type: SystemInt32
Conductivity type <define>IP_UBC_CONTROL</define> FILE or VALUE
cond
Type: SystemString
Conductivity file (can be "") or value
mesh_selection
Type: SystemInt32
Mesh type <define>IP_UBC_CONTROL</define> FILE, VALUE or DEFAULT
mesh
Type: SystemString
Mesh file (can be "") or value
initial_selection
Type: SystemInt32
Initial model type <define>IP_UBC_CONTROL</define> FILE, VALUE or DEFAULT
initial
Type: SystemString
Initial model file (can be "") or value
reference_selection
Type: SystemInt32
Reference model type <define>IP_UBC_CONTROL</define> FILE, VALUE or DEFAULT
ref_cond
Type: SystemString
Reference model file (can be "") or value(
alphas_selection
Type: SystemInt32
Alphas type <define>IP_UBC_CONTROL</define> FILE, VALUE, LENGTH or DEFAULT
alphas
Type: SystemString
Alphas file (can be ""), value or length
wts
Type: SystemString
Weights file
See Also