Click or drag to resize
CDUTimeConstant Method
Calculate TEM time constant (Tau)

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
When DU_TIME_LOG option is used, Time channel will be converted with logarithmic before calculating time constant. Logarthmic conversion is always applied to the response channel.
Syntax
public static void TimeConstant(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database, required
i2
Type: SystemInt32
Line Handle, required
i3
Type: SystemInt32
Response channel, required [DB_LOCK_READONLY]
i4
Type: SystemInt32
Time channel, required [DB_LOCK_READONLY]
i5
Type: SystemInt32
Output Time constant (Tau) channel, required [DB_LOCK_READWRITE]
i6
Type: SystemInt32
Output Intercept channel, no output if NULLSYMB [DB_LOCK_READWRITE]
i7
Type: SystemInt32
Output predicted response channel, no output if NULLSYMB [DB_LOCK_READWRITE] Result is based on least square fit from Tau and Intercept
i8
Type: SystemInt32
Log option applied to time channel: 0 - linear, 1 - log10
See Also