 | CIPExportUBCResControlV5 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 ExportUBCResControlV5(
CGXNETCore gxNetShared,
string control,
int n_iter,
double chi_factor,
string obs,
string topo,
int mesh_selection,
string mesh,
int initial_selection,
string initial,
int reference_selection,
string ref_cond,
int alphas_selection,
string alphas,
string wts
)
public static void ExportUBCResControlV5(
CGXNETCore gxNetShared,
string control,
int n_iter,
double chi_factor,
string obs,
string topo,
int mesh_selection,
string mesh,
int initial_selection,
string initial,
int reference_selection,
string ref_cond,
int alphas_selection,
string alphas,
string wts
)
Public Shared Sub ExportUBCResControlV5 (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
chi_factor As Double,
obs As String,
topo As String,
mesh_selection As Integer,
mesh As String,
initial_selection As Integer,
initial As String,
reference_selection As Integer,
ref_cond As String,
alphas_selection As Integer,
alphas As String,
wts As String
)
Public Shared Sub ExportUBCResControlV5 (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
chi_factor As Double,
obs As String,
topo As String,
mesh_selection As Integer,
mesh As String,
initial_selection As Integer,
initial As String,
reference_selection As Integer,
ref_cond As String,
alphas_selection As Integer,
alphas As String,
wts As String
)
public:
static void ExportUBCResControlV5(
CGXNETCore^ gxNetShared,
String^ control,
int n_iter,
double chi_factor,
String^ obs,
String^ topo,
int mesh_selection,
String^ mesh,
int initial_selection,
String^ initial,
int reference_selection,
String^ ref_cond,
int alphas_selection,
String^ alphas,
String^ wts
)
public:
static void ExportUBCResControlV5(
CGXNETCore^ gxNetShared,
String^ control,
int n_iter,
double chi_factor,
String^ obs,
String^ topo,
int mesh_selection,
String^ mesh,
int initial_selection,
String^ initial,
int reference_selection,
String^ ref_cond,
int alphas_selection,
String^ alphas,
String^ wts
)
static member ExportUBCResControlV5 :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
chi_factor : float *
obs : string *
topo : string *
mesh_selection : int *
mesh : string *
initial_selection : int *
initial : string *
reference_selection : int *
ref_cond : string *
alphas_selection : int *
alphas : string *
wts : string -> unit
static member ExportUBCResControlV5 :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
chi_factor : float *
obs : string *
topo : string *
mesh_selection : int *
mesh : string *
initial_selection : int *
initial : string *
reference_selection : int *
ref_cond : string *
alphas_selection : int *
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 - chi_factor
- Type: SystemDouble
chifact - obs
- Type: SystemString
RES obs file - topo
- Type: SystemString
Topography file (required) - 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
Remarks
UBC Version 5.
Outputs a control file for use in the
UBC 2D resistivity inversion program DCINV2D.
See Also