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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 lst,
	string alpha,
	string beta,
	int top_ref,
	string dip,
	string dip_dir
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List of holes to process (e.g. from HoleLST_DH)
alpha
Type: SystemString
Channel code for input alpha data
beta
Type: SystemString
Channel code for input beta data
top_ref
Type: SystemInt32
1: Top of core reference 0: Bottom of core reference
dip
Type: SystemString
Channel name for output dip data
dip_dir
Type: SystemString
Channel name for output dip direction
See Also