Click or drag to resize

CGUGrCurvCorEx Method

Gravity Curvature (Bullard B) Correction to Bouguer anomaly, with user input cap density.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GrCurvCorEx(
	CVV vv_elev,
	CVV vv_lat,
	CVV vv_boug,
	double rho
)

public static void GrCurvCorEx(
	CVV vv_elev,
	CVV vv_lat,
	CVV vv_boug,
	double rho
)

Parameters

vv_elev
Type: GeoEngine.Core.GXNetCVV
Input Elevation VV
vv_lat
Type: GeoEngine.Core.GXNetCVV
Input Latitude VV
vv_boug
Type: GeoEngine.Core.GXNetCVV
Bouguer VV for Curvature Correction
rho
Type: SystemDouble
Cap Density (g/cm^3
See Also