Click or drag to resize

CIPAverageDuplicatesQC Method

Average duplicate samples in a database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AverageDuplicatesQC(
	CDB db,
	string chan,
	string qc_chan,
	int out
)

public void AverageDuplicatesQC(
	CDB db,
	string chan,
	string qc_chan,
	int out
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
chan
Type: SystemString
Mask or reference channel (required)
qc_chan
Type: SystemString
QC channel (can be left blank)
out
Type: SystemInt32
<define>IP_DUPLICATE</define>
Remarks
Averages all values with shared station and N values, as long as the mask channel is defined at that FID. Previous averaged values (IP_DATA_AVG) are overwritten according to the overwrite flag. If the QC channel is selected, only those rows of data where the QC channel value is "1" will be included in the average.
See Also