Click or drag to resize
CGUVVEuler Method
Get Euler solutions of depth from VVs and grids.

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)
Notes
All VVs must be REAL The output X and Y values are the same as the inputs, except if PEAKEULER_XY_FIT is selected. All other output values are set to dummy if: a) The input X or Y is a dummy b) The derived window size is a dummy. c) The derived solution is outside the range d) The solution is invalid (singular matrix)
Syntax
public static void VVEuler(
	CVV oVV1,
	CVV oVV2,
	CIMG oIMG3,
	CIMG oIMG4,
	CIMG oIMG5,
	CIMG oIMG6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	CVV oVV10,
	CVV oVV11,
	CVV oVV12,
	int i13,
	double d14,
	double d15,
	int i16
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Input Y VV
oIMG3
Type: GeoEngine.Core.GXNetCIMG
Field grid
oIMG4
Type: GeoEngine.Core.GXNetCIMG
dF/dX grid
oIMG5
Type: GeoEngine.Core.GXNetCIMG
dF/dY grid
oIMG6
Type: GeoEngine.Core.GXNetCIMG
dF/dZ grid
oVV7
Type: GeoEngine.Core.GXNetCVV
Output X VV
oVV8
Type: GeoEngine.Core.GXNetCVV
Output Y VV
oVV9
Type: GeoEngine.Core.GXNetCVV
Output depth VV
oVV10
Type: GeoEngine.Core.GXNetCVV
Output background field VV
oVV11
Type: GeoEngine.Core.GXNetCVV
Output depth uncertainty VV
oVV12
Type: GeoEngine.Core.GXNetCVV
Output XY uncertainty VV
i13
Type: SystemInt32
Window size
d14
Type: SystemDouble
Structure index
d15
Type: SystemDouble
Weighting factor
i16
Type: SystemInt32
See PEAKEULER_XYConstant
See Also