|
DATRW++ library: seismic data I/O with multiple formats
|
all the stuff to read SAC binary data More...
Classes | |
| struct | SACheader |
| header structure for SAC binary data More... | |
Typedefs | |
| typedef aff::Series< Tvalue > | Tseries |
| 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... | |
all the stuff to read SAC binary data