SFF++ library: reading and writing SFF from C++

◆ Ewid2field

bit values to select WID2 fields to be compared

See also
sff::WID2compare
Enumerator
Fdate 

compare dates of first sample

Fstation 

compare station IDs

Fchannel 

compare channel IDs

Fauxid 

compare auxilliary IDs

Fnsamples 

compare numbers of samples

Fdt 

compare sampling intervals

Fcalib 

compare calib fields

Fcalper 

compare calper fields

Finstype 

compare instrument type strings

Fhang 

compare hang fields

Fvang 

compare vang fields

Definition at line 498 of file sffxx.h.

498  {
500  Fdate =1<<0,
502  Fstation =1<<1,
504  Fchannel =1<<2,
506  Fauxid =1<<3,
508  Fnsamples=1<<4,
510  Fdt =1<<5,
512  Fcalib =1<<6,
514  Fcalper =1<<7,
516  Finstype =1<<8,
518  Fhang =1<<9,
520  Fvang =1<<10
521  }; // enum Ewid2field
compare numbers of samples
Definition: sffxx.h:508
compare dates of first sample
Definition: sffxx.h:500
compare sampling intervals
Definition: sffxx.h:510
compare calper fields
Definition: sffxx.h:514
compare station IDs
Definition: sffxx.h:502
compare vang fields
Definition: sffxx.h:520
compare calib fields
Definition: sffxx.h:512
compare channel IDs
Definition: sffxx.h:504
compare hang fields
Definition: sffxx.h:518
compare auxilliary IDs
Definition: sffxx.h:506
compare instrument type strings
Definition: sffxx.h:516