 | 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
Syntaxpublic void AverageDuplicatesQC(
CDB db,
string chan,
string qc_chan,
int out
)
public void AverageDuplicatesQC(
CDB db,
string chan,
string qc_chan,
int out
)
Public Sub AverageDuplicatesQC (
db As CDB,
chan As String,
qc_chan As String,
out As Integer
)
Public Sub AverageDuplicatesQC (
db As CDB,
chan As String,
qc_chan As String,
out As Integer
)
public:
void AverageDuplicatesQC(
CDB^ db,
String^ chan,
String^ qc_chan,
int out
)
public:
void AverageDuplicatesQC(
CDB^ db,
String^ chan,
String^ qc_chan,
int out
)
member AverageDuplicatesQC :
db : CDB *
chan : string *
qc_chan : string *
out : int -> unit
member AverageDuplicatesQC :
db : CDB *
chan : string *
qc_chan : string *
out : int -> unit
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