 | CIPExportUBCResControl Method |
Export a control file for using in the UBC DCINV2D program.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
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
)
Public Shared Sub ExportUBCResControl (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
i_rest As Integer,
chi_factor As Double,
obs As String,
mesh As String,
topo As String,
initial As String,
ref_cond As Double,
alphas As String,
wts As String
)
Public Shared Sub ExportUBCResControl (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
i_rest As Integer,
chi_factor As Double,
obs As String,
mesh As String,
topo As String,
initial As String,
ref_cond As Double,
alphas As String,
wts As String
)
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
)
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
)
static member ExportUBCResControl :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
i_rest : int *
chi_factor : float *
obs : string *
mesh : string *
topo : string *
initial : string *
ref_cond : float *
alphas : string *
wts : string -> unit
static member ExportUBCResControl :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
i_rest : int *
chi_factor : float *
obs : string *
mesh : string *
topo : string *
initial : string *
ref_cond : float *
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
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
Remarks
UBC Version 3.
Outputs a control file for use in the
UBC 2D resistivity inversion program DCINV2D.
See Also