Click or drag to resize
CCHIMERACategorizeByValueDetLimit Method
Transform values to the index of input data ranges, with detection limit.

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
Same as CategorizeByValue_CHIMERA, but if the input value is less than the detection limit, the output value is set to zero.
Syntax
public static void CategorizeByValueDetLimit(
	CGXNETCore gxNetShared,
	CVV vv_r,
	CVV vv_i,
	double det_limit,
	CVV vv_o
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_r
Type: GeoEngine.Core.GXNetXCVV
Input range minima
vv_i
Type: GeoEngine.Core.GXNetXCVV
Input data VV. (REAL)
det_limit
Type: SystemDouble
Detection limit (can be <define>rDUMMY</define>)
vv_o
Type: GeoEngine.Core.GXNetXCVV
Output (altered) VV.(REAL)
See Also