DATRW++ library: seismic data I/O with multiple formats
|
all the stuff to read SAC binary data More...
Namespaces | |
datrw::sac | |
all the stuff to read SAC binary data | |
Classes | |
class | datrw::isacstream |
class to read SAC binary data More... | |
struct | datrw::sac::SACheader |
header structure for SAC binary data More... | |
Typedefs | |
typedef aff::Series< Tvalue > | datrw::sac::Tseries |
typedef float | datrw::sac::Tvalue |
binary SAC sample type More... | |
Functions | |
void | datrw::sac::help (std::ostream &os) |
print information about file decoding More... | |
Tseries | datrw::sac::read_sac_data (std::istream &is, const int &nsamples) |
read samples from file More... | |
SACheader | datrw::sac::read_sac_header (std::istream &is) |
read SAC header from stream More... | |
const bool | datrw::sac::isbinary =true |
Format properties. More... | |
const char *const | datrw::sac::streamID ="sac" |
Format properties. More... | |
all the stuff to read SAC binary data