DATRW++ library: seismic data I/O with multiple formats

all functions, classes, etc. to read K. Bonjers data format More...

Classes

struct  header
 hold file header contents More...
 

Typedefs

typedef aff::Series< double > Tdata
 we read the data to a vector More...
 

Functions

Tdata readdata (std::istream &is, const header &hd)
 function to read the file data More...
 
header readheader (std::istream &is, const bool &verbose)
 function to read the file header More...
 

Variables

const bool isbinary =false
 Format properties. More...
 
const char *const streamID ="bonjer"
 Format properties. More...
 

Detailed Description

all functions, classes, etc. to read K. Bonjers data format

To provide a definition of the data format, we dump the first lines of a data file example.

B30815IB.001.NS.ACC.ASC:

********************************************************

ACHTUNG: Polaritaeten und Komponentenzuordung nur dem 
Konfigurationsfile  K2parcfg_xxxx.dat  entnehmen !!!

********************************************************

K2 Stn: IBA
Event Start Time: 11/30/2002 (334) 8:15:42.000
Samples per second: 200
Number of points: 24400
Filename: B30815IB.001.NS.ACC.ASC
Component: IB1N  NS
Sensitivity: 1.2540 V/g
Units: CM/S**2
 
 6.793764e-01
 6.789101e-01
 6.779776e-01
 ...