Click or drag to resize
CGUEMHalfSpaceInv Method
Inverts EM responses to the best halfspace model.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void EMHalfSpaceInv(
	double d1,
	double d2,
	int i3,
	double d4,
	double d5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	int i11,
	double d12
)

Parameters

d1
Type: SystemDouble
coil spacing: error if == 0
d2
Type: SystemDouble
frequency
i3
Type: SystemInt32
See EMLAY_GEOMETRYConstant
d4
Type: SystemDouble
fractional error in best fit resistivity
d5
Type: SystemDouble
don't invert values below this
oVV6
Type: GeoEngine.Core.GXNetCVV
Height above ground
oVV7
Type: GeoEngine.Core.GXNetCVV
In-phase part (ppm)
oVV8
Type: GeoEngine.Core.GXNetCVV
Quadrature part (ppm)
oVV9
Type: GeoEngine.Core.GXNetCVV
On return - inverted halfspace resistivities
i10
Type: SystemInt32
See EM_INVConstant
i11
Type: SystemInt32
See EM_ERRConstant
d12
Type: SystemDouble
Starting value for inversion (can be rDUMMY)
See Also