DATRW++ library: seismic data I/O with multiple formats
datrw::sac Namespace Reference

all the stuff to read SAC binary data More...

Classes

struct  SACheader
 header structure for SAC binary data More...
 

Typedefs

typedef aff::Series< TvalueTseries
 
typedef float Tvalue
 binary SAC sample type More...
 

Functions

void help (std::ostream &os)
 print information about file decoding More...
 
Tseries read_sac_data (std::istream &is, const int &nsamples)
 read samples from file More...
 
SACheader read_sac_header (std::istream &is)
 read SAC header from stream More...
 

Variables

const bool isbinary =true
 Format properties. More...
 
const char *const streamID ="sac"
 Format properties. More...
 

Detailed Description

all the stuff to read SAC binary data