Click or drag to resize
CGUGrCurvCor Method
Gravity Curvature (Bullard B) Correction to Bouguer anomaly

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)
Syntax
public static void GrCurvCor(
	CGXNETCore gxNetShared,
	CVV vv_elev,
	CVV vv_lat,
	CVV vv_boug
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_elev
Type: GeoEngine.Core.GXNetXCVV
Input Elevation VV
vv_lat
Type: GeoEngine.Core.GXNetXCVV
Input Latitude VV
vv_boug
Type: GeoEngine.Core.GXNetXCVV
Bouguer VV for Curvature Correction
See Also