Click or drag to resize
CGUVVEuler2 Method
Get Euler solutions of depth from VVs and grids (method 2).

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
All VVs must be REAL
Syntax
public static void VVEuler2(
	CGXNETCore gxNetShared,
	CVV vv_xin,
	CVV vv_yin,
	CIMG img_data,
	CIMG imgx,
	CIMG imgy,
	CIMG imgz,
	CVV vv_xout,
	CVV vv_yout,
	CVV vv_depth,
	CVV vvdc,
	CVV vv_zer,
	CVV vvx_yer,
	CVV vv_wnd,
	double si,
	double wt_pow,
	int x_yfit
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_xin
Type: GeoEngine.Core.GXNetXCVV
Input X VV
vv_yin
Type: GeoEngine.Core.GXNetXCVV
Input Y VV
img_data
Type: GeoEngine.Core.GXNetXCIMG
Field grid
imgx
Type: GeoEngine.Core.GXNetXCIMG
dF/dX grid
imgy
Type: GeoEngine.Core.GXNetXCIMG
dF/dY grid
imgz
Type: GeoEngine.Core.GXNetXCIMG
dF/dZ grid
vv_xout
Type: GeoEngine.Core.GXNetXCVV
Output X VV
vv_yout
Type: GeoEngine.Core.GXNetXCVV
Output Y VV
vv_depth
Type: GeoEngine.Core.GXNetXCVV
Output depth VV
vvdc
Type: GeoEngine.Core.GXNetXCVV
Output background field VV
vv_zer
Type: GeoEngine.Core.GXNetXCVV
Output depth uncertainty VV
vvx_yer
Type: GeoEngine.Core.GXNetXCVV
Output XY uncertainty VV
vv_wnd
Type: GeoEngine.Core.GXNetXCVV
Window size (diameters of targets)
si
Type: SystemDouble
Structure index
wt_pow
Type: SystemDouble
Weighting factor
x_yfit
Type: SystemInt32
<define>PEAKEULER_XY</define>
See Also