Click or drag to resize
CIPAverageDuplicatesQC Method
Average duplicate samples in a database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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>
See Also