Click or drag to resize
CCHIMERAGetTransform Method
Get channel transform options and lambda values.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the lambda transform is requested, the channel must have the lambda value defined. Input Transform options -1 - Channel default (will be either raw or log) 0 - Raw Transform 1 - Log transform: base e with log min = CHIMERA_LOG_MIN 2 - Lambda transform
Syntax
public static void GetTransform(
	CGXNETCore gxNetShared,
	CDB db,
	string chan,
	int trans_opt,
	ref int trans,
	ref double lda
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB handle
chan
Type: SystemString
Channel name
trans_opt
Type: SystemInt32
Transform option: -1, 0, 1 or 2
trans
Type: SystemInt32
Returned transform used
lda
Type: SystemDouble
Returned lambda value for option==2
See Also