#include <common.h>
Data Fields | |
| char | station [16] |
| station name | |
| char | channel [16] |
| channel name | |
| char | location [16] |
| channel name | |
| char | network [16] |
| channel name | |
| char | driftFile [128] |
| drift file used to correct the time | |
| int | ch |
| channel number | |
| int | npts |
| number of data for this channel | |
| struct Titan2SRType | sr |
| sampling rate | |
| struct Titan2TimeType | uncorrected |
| uncorrected time | |
| struct Titan2TimeType | pulse |
| reference time pulse | |
| struct Titan2TimeType | external |
| external time for the reference time pulse | |
| double | tadc |
| constant ADC delay time (s) | |
| double | otshift |
| observed time shift (s) | |
| double | tshift |
| time shift to correct from (s) | |
| double | tfilter |
| decimation filter delay (s) | |
| double | extraTcorr |
| extra time correction | |
| int | extraTcorrUsed |
| extra time correction is used, yes | |
| double | correctedTime |
| fully corrected time (s) | |
| time_t | beginWindow |
| the beginWindow value for this segment | |
| int | pulseAge |
| age (s) of the reference pulse (may be negative) | |
| int | correctionMethod |
| time correction method | |
Definition at line 79 of file common.h.
| char InfoHeaderType::station[16] |
station name
Definition at line 80 of file common.h.
Referenced by CorrectTime(), GetApproximatedShift(), GetExtraTcorr(), TDBUpdateHeader(), and UpdateInfoHeader().
| char InfoHeaderType::channel[16] |
channel name
Definition at line 81 of file common.h.
Referenced by FileName(), TDBUpdateHeader(), and UpdateInfoHeader().
| char InfoHeaderType::location[16] |
channel name
Definition at line 82 of file common.h.
Referenced by TDBUpdateHeader(), and UpdateInfoHeader().
| char InfoHeaderType::network[16] |
channel name
Definition at line 83 of file common.h.
Referenced by TDBUpdateHeader(), and UpdateInfoHeader().
| char InfoHeaderType::driftFile[128] |
drift file used to correct the time
Definition at line 84 of file common.h.
Referenced by CorrectTime(), and GetExtraTcorr().
channel number
Definition at line 85 of file common.h.
Referenced by InitInfoHeader(), and TDBUpdateHeader().
number of data for this channel
Definition at line 86 of file common.h.
Referenced by AddAscData(), AddBinData(), AddMSeedDataInt32(), AddMSeedDataSteim1(), AddSacData(), AddSeg2Data(), AddSegyData(), AddSisData(), AddWavData(), CloseAscFile(), CloseBinFile(), CloseMSeedInt32File(), CloseMSeedSteim1File(), CloseSegyFile(), CloseSisFile(), CloseWavFile(), OpenSisBinFile(), UpdateSegyHeader(), and WriteTraceDescriptorBlock().
struct Titan2SRType InfoHeaderType::sr [read] |
sampling rate
Definition at line 87 of file common.h.
Referenced by ADCDelay(), CloseAscFile(), CloseSacFile(), CloseWavFile(), CorrectChannelStartTime(), InitInfoHeader(), InitSegyHeader(), TDBUpdateHeader(), UpdateInfoHeader(), and WriteTraceDescriptorBlock().
struct Titan2TimeType InfoHeaderType::uncorrected [read] |
uncorrected time
Definition at line 88 of file common.h.
Referenced by CloseTitFile(), CorrectChannelStartTime(), InitInfoHeader(), and UpdateInfoHeader().
struct Titan2TimeType InfoHeaderType::pulse [read] |
reference time pulse
Definition at line 89 of file common.h.
Referenced by CorrectTime(), GetApproximatedShift(), InitInfoHeader(), and UpdateInfoHeader().
struct Titan2TimeType InfoHeaderType::external [read] |
external time for the reference time pulse
Definition at line 90 of file common.h.
Referenced by CorrectTime(), and GetApproximatedShift().
| double InfoHeaderType::tadc |
constant ADC delay time (s)
Definition at line 91 of file common.h.
Referenced by CorrectChannelStartTime().
| double InfoHeaderType::otshift |
observed time shift (s)
Definition at line 92 of file common.h.
Referenced by CloseMSeedInt32File(), CloseMSeedSteim1File(), and CorrectTime().
| double InfoHeaderType::tshift |
time shift to correct from (s)
Definition at line 93 of file common.h.
Referenced by CorrectChannelStartTime(), CorrectTime(), and GetApproximatedShift().
| double InfoHeaderType::tfilter |
decimation filter delay (s)
Definition at line 94 of file common.h.
Referenced by CorrectChannelStartTime().
| double InfoHeaderType::extraTcorr |
extra time correction is used, yes
Definition at line 96 of file common.h.
Referenced by GetExtraTcorr().
fully corrected time (s)
Definition at line 97 of file common.h.
Referenced by CloseSacFile(), CorrectChannelStartTime(), FileName(), TDBUpdateHeader(), and UpdateInfoHeader().
| time_t InfoHeaderType::beginWindow |
the beginWindow value for this segment
Definition at line 98 of file common.h.
Referenced by FileName(), InitInfoHeader(), and UpdateInfoHeader().
age (s) of the reference pulse (may be negative)
Definition at line 99 of file common.h.
Referenced by CorrectTime(), and InitInfoHeader().
time correction method
Definition at line 100 of file common.h.
Referenced by CloseMSeedInt32File(), CorrectChannelStartTime(), CorrectTime(), GetApproximatedShift(), and InitInfoHeader().
1.5.6