Click or drag to resize

CIPExportUBCIPControl Method

Export a control file for using in the UBC IPINV2D program.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExportUBCIPControl(
	CGXNETCore gxNetShared,
	string control,
	int n_iter,
	int i_rest,
	double chi_factor,
	string obs,
	string cond,
	string mesh,
	string topo,
	string initial,
	string ref_mod,
	string alphas,
	string wts
)

public static void ExportUBCIPControl(
	CGXNETCore gxNetShared,
	string control,
	int n_iter,
	int i_rest,
	double chi_factor,
	string obs,
	string cond,
	string mesh,
	string topo,
	string initial,
	string ref_mod,
	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
IP obs file
cond
Type: SystemString
Conductivity file
mesh
Type: SystemString
Mesh file
topo
Type: SystemString
Topography file
initial
Type: SystemString
Initial model file
ref_mod
Type: SystemString
Reference model
alphas
Type: SystemString
Alphas
wts
Type: SystemString
Weights file
Remarks
UBC Version 3 Control file. Outputs a control file for use in the UBC 2D IP inversion program IPINV2D.
See Also