set values from WID2
Definition at line 180 of file wid2container.cc.
References alen, auxid, calib, calper, channel, clen, day, dt, hang, hour, ID, idlen, ilen, instype, micsec, milsec, minute, month, nsamples, second, slen, station, vang, and year.
Referenced by fapidxx::WID2container::encodebinary().
static const unsigned short ilen
char channel[clen+1]
FDSN channel code.
char instype[ilen+1]
instrument type
double dt
sampling interval (sec)
double calib
calibration factor
libtime::timeint micsec
time of first sample (microsecond)
libtime::timeint month
date of first sample (month value)
libtime::timeint day
date of first sample (day value)
double vang
veritcal orientation
static const char * encodeID
ID indicating the WID2 is encoded in binary form in the WID2 line.
libtime::timeint year
date of first sample (year value)
static const unsigned short slen
char auxid[alen+1]
Auxiliary identification code.
int nsamples
number of samples
static const unsigned short clen
static const unsigned short alen
libtime::timeint hour
time of first sample (hour)
libtime::timeint minute
time of first sample (minute)
double calper
calibration reference period
double hang
horizontal orientation
char station[slen+1]
Station code.
libtime::timeint milsec
time of first sample (millisecond)
libtime::timeint second
time of first sample (second)
static const unsigned short idlen