DATRW++ library: seismic data I/O with multiple formats
Reading module for: HPMO data

All classes and functions to extract data from HPMO files. More...

Namespaces

 datrw::hpmo
 All classes and functions to extract data from HPMO files.
 

Classes

class  datrw::hpmo::Header
 Read, hold and handle one minute block header line. More...
 
class  datrw::hpmo::NoHeaderException
 this excpetion will be thrown by the Header reading function, in case it does not find something that look like a header (i.e. a line with more or less than 44 characters) More...
 
class  datrw::ihpmostream
 class to read HPMO data More...
 

Typedefs

typedef std::vector< MinuteBlockdatrw::hpmo::Tvecofblocks
 within the inner reading functions, we use vector to hold minute blocks More...
 

Functions

void datrw::hpmo::dump (std::ostream &os, const MinuteBlock &block)
 dump one MinueBlock More...
 
SampleBlock datrw::hpmo::readdata (std::istream &is, const bool &verbose=false)
 read one minute block of samples More...
 
const bool datrw::hpmo::isbinary =false
 Format properties. More...
 
const char *const datrw::hpmo::streamID ="hpmo"
 Format properties. More...
 

Detailed Description

All classes and functions to extract data from HPMO files.