 | 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
Syntaxpublic 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
)
Public Shared Sub ExportUBCIPControl (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
i_rest As Integer,
chi_factor As Double,
obs As String,
cond As String,
mesh As String,
topo As String,
initial As String,
ref_mod As String,
alphas As String,
wts As String
)
Public Shared Sub ExportUBCIPControl (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
i_rest As Integer,
chi_factor As Double,
obs As String,
cond As String,
mesh As String,
topo As String,
initial As String,
ref_mod As String,
alphas As String,
wts As String
)
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
)
static member ExportUBCIPControl :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
i_rest : int *
chi_factor : float *
obs : string *
cond : string *
mesh : string *
topo : string *
initial : string *
ref_mod : string *
alphas : string *
wts : string -> unit
static member ExportUBCIPControl :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
i_rest : int *
chi_factor : float *
obs : string *
cond : string *
mesh : string *
topo : string *
initial : string *
ref_mod : string *
alphas : string *
wts : string -> unit
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