Click or drag to resize

CPGUPCTransform Method

Transform/De-transform data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PCTransform(
	CPG pg,
	CVV vv_d,
	CVV vv_f,
	CVV vv_t,
	int dir
)

public static void PCTransform(
	CPG pg,
	CVV vv_d,
	CVV vv_f,
	CVV vv_t,
	int dir
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Matrix to transform
vv_d
Type: GeoEngine.Core.GXNetCVV
Detection limits for the columns
vv_f
Type: GeoEngine.Core.GXNetCVV
Maximum values for the columns
vv_t
Type: GeoEngine.Core.GXNetCVV
<define>PGU_TRANS</define>
dir
Type: SystemInt32
<define>PGU_DIRECTION</define>
Remarks
Works on columns of the PG. Forward direction: Applies the selected transform to the data. Backward direction: Applies the inverse transform to the data. The detection limits are input with a VV. In the forward transform, data values less than the detection limit are set to the limit. The factor limits are input with a VV. In the forward transform, data values greater than the maximum values are set to the maximum.
See Also