Click or drag to resize
CDHGetOrientedCoreDipDir Method
Converted alpha/beta values in oriented cores to dip/dip direction.

Available since Oasis montaj version: 6.4.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The input data are the oriented core alpha and beta values, using either top or bottom reference. The values for each hole in the LST are converted to "absolute" dip and dip-direction values, using the resurveyed hole orientations at each depth. The alpha and beta data must be from the same database, and the output dip and dip/dir channels are written to the same database.
Syntax
public void GetOrientedCoreDipDir(
	CLST oLST1,
	string str2,
	string str3,
	int i4,
	string str5,
	string str6
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
List of holes to process (e.g. from HoleLST_DH)
str2
Type: SystemString
Channel code for input alpha data
str3
Type: SystemString
Channel code for input beta data
i4
Type: SystemInt32
1: Top of core reference 0: Bottom of core reference
str5
Type: SystemString
Channel name for output dip data
str6
Type: SystemString
Channel name for output dip direction
See Also