Click or drag to resize
CCHIMERAClipToDetectLimit Method
Apply detection limit clipping of data.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Flow: 1. If auto-converting negatives, then all negative values are replaced by -0.5*value, and detection limit is ignored. 2. If not auto-converting negatives, and the detection limit is not <define>rDUMMY</define>, then values less than the detection limit are converted to one-half the detection limit.
Syntax
public static void ClipToDetectLimit(
	CGXNETCore gxNetShared,
	CVV vv,
	double det_limit,
	int conv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
Input data vv (altered).
det_limit
Type: SystemDouble
Detection limit
conv
Type: SystemInt32
Auto-convert negatives?
See Also