Click or drag to resize
CGUGrCurvCorEx Method
Gravity Curvature (Bullard B) Correction to Bouguer anomaly, with user input cap density.

Available since Oasis montaj version: 8.0.1
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 GrCurvCorEx(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input Elevation VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Input Latitude VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Bouguer VV for Curvature Correction
d4
Type: SystemDouble
Cap Density (g/cm^3
See Also