Click or drag to resize

CVVUClipToDetectLimit Method

Apply detection limit clipping of data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ClipToDetectLimit(
	CVV vv,
	double det_limit,
	int conv
)

public static void ClipToDetectLimit(
	CVV vv,
	double det_limit,
	int conv
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
Input data vv (altered).
det_limit
Type: SystemDouble
Detection limit
conv
Type: SystemInt32
Auto-convert negatives?
Remarks
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. This function is identical to ClipToDetectLimit_CHIMERA.
See Also