Click or drag to resize

CGUGrCurvCor Method

Gravity Curvature (Bullard B) Correction to Bouguer anomaly

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

public static void GrCurvCor(
	CVV vv_elev,
	CVV vv_lat,
	CVV vv_boug
)

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
See Also