Definition at line 59 of file sfftest.cc.
References sff::WID2::channel, sff::WID2::date, sff::WID2::dt, sff::WID2::hang, sff::WID2::instype, sff::WID2::nsamples, sff::WID2::station, sff::WID2::vang, sff::verbose(), and sff::WIDXline().
Referenced by main().
61 cout <<
"test WIDX functions" << endl
62 <<
"-------------------" << endl;
66 mywid2.
date += libtime::TRelativeTime(0,0,0,0,432,567);
77 cout << Xline << std::endl;
std::string station
Station code.
std::string instype
instrument type
std::string channel
FDSN channel code.
int nsamples
number of samples
libtime::TAbsoluteTime date
time of first sample
std::string WIDXline(const sff::WID2 &wid2, const bool &debug=false)
write WID2 information in extended format
double vang
veritcal orientation
double dt
sampling interval (sec)
double hang
horizontal orientation
void verbose(std::ostream &os, const WID2 &wid2)