Click or drag to resize
CMVUEMForward Method
Plot an EM forward model against inverted data.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function is designed to display an inverted result beside the forward model curves. This is useful for trouble-shooting or understanding why a certain inversion result was obtained. The earth model is a simple halfspace. The forward model is plotted either as a function of resistivity at a single height, or as a function of height at a single resistivity. In either case, the relevant VVs must be completely filled (even if one is all the same value).
Syntax
public static void EMForward(
	CMVIEW oMVIEW1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8,
	double d9,
	double d10,
	double d11,
	double d12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15,
	CVV oVV16,
	int i17,
	int i18
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
d2
Type: SystemDouble
Plot X origin
d3
Type: SystemDouble
Plot Y origin
d4
Type: SystemDouble
Plot X size
d5
Type: SystemDouble
Plot Y size
d6
Type: SystemDouble
Coil Separation (m)
d7
Type: SystemDouble
Coil Frequency (Hz)
i8
Type: SystemInt32
See EMLAY_GEOMETRYConstant
d9
Type: SystemDouble
Inverted or current resistivity
d10
Type: SystemDouble
Inverted or current height
d11
Type: SystemDouble
In-phase datum
d12
Type: SystemDouble
Quadrature datum
oVV13
Type: GeoEngine.Core.GXNetCVV
Forward model resistivities
oVV14
Type: GeoEngine.Core.GXNetCVV
Forward model heights
oVV15
Type: GeoEngine.Core.GXNetCVV
Forward model In-phase (ppm)
oVV16
Type: GeoEngine.Core.GXNetCVV
Forward model Quadrature (ppm)
i17
Type: SystemInt32
Plot resistivity as linear (0) or log (1)
i18
Type: SystemInt32
Plot as function of resistivity (0) or height (1)
See Also