SFF++ library: reading and writing SFF from C++

◆ WID2() [1/2]

sff::WID2::WID2 ( )

Definition at line 650 of file sffxx.cc.

650  :
651  date(libtime::now()), station("NSP"), channel("NSP"), auxid("NSP"),
652  nsamples(-1), dt(-1.), calib(-1.), calper(-1.), instype("NSP"),
653  hang(-1.),vang(-1.) { }
std::string auxid
Auxiliary identification code.
Definition: sffxx.h:218
double calper
calibration reference period
Definition: sffxx.h:222
std::string station
Station code.
Definition: sffxx.h:216
std::string instype
instrument type
Definition: sffxx.h:223
std::string channel
FDSN channel code.
Definition: sffxx.h:217
int nsamples
number of samples
Definition: sffxx.h:219
libtime::TAbsoluteTime date
time of first sample
Definition: sffxx.h:215
double calib
calibration factor
Definition: sffxx.h:221
double vang
veritcal orientation
Definition: sffxx.h:225
double dt
sampling interval (sec)
Definition: sffxx.h:220
double hang
horizontal orientation
Definition: sffxx.h:224