Click or drag to resize
CDUCreateDrillholeParameterWeightConstraintDatabase Method
Used for weighting inversion models.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Control parameters are passed in the REG (to allow for future expansion without the need to modify the wrappers). The input drillhole database must contain current X, Y and Z channels. Drillhole data should be equally spaced (or nearly so) down the hole. Weights are calculated on a circle perpendicular to the hole at each point. RADIUS - Maximum radius from drillhole to create weighting points (Default = 100). INCRMENENT - Grid cell size in weighting circle (Default = 10). MINIMUM - the minimum weighting value to apply, at the radius (Default = 0.0001). POWER - Exponential power to use in the weighting function (negative of this is used) (Default = 2).
Syntax
public static void CreateDrillholeParameterWeightConstraintDatabase(
	CDB oDB1,
	int i2,
	CREG oREG3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database (selected lines used)
i2
Type: SystemInt32
Property channel handle [DB_LOCK_READONLY]
oREG3
Type: GeoEngine.Core.GXNetCREG
Parameters (see notes)
str4
Type: SystemString
Output database
See Also