|
DATRW++ library: seismic data I/O with multiple formats
|
#include <seedstructs.h>

Public Member Functions | |
| QualityFlags () | |
| QualityFlags (const unsigned char &p) | |
Public Attributes | |
| bool | ampsat: 1 |
| amplifier saturation detected More... | |
| bool | charging: 1 |
| a digital filter may be charging More... | |
| bool | clip: 1 |
| digitizer clipping detected More... | |
| bool | glitch: 1 |
| glitches detected More... | |
| bool | miss: 1 |
| missing/padded data present More... | |
| bool | spike: 1 |
| spikes detected More... | |
| bool | telsynch: 1 |
| telemetry synchronization error More... | |
| bool | time: 1 |
| time tag is questionable More... | |
a structure to hold quality flags
used in Fixed Data Record Header see chapter 8, page 93
Definition at line 275 of file seedstructs.h.