DATRW++ library: seismic data I/O with multiple formats

◆ EEncodingFormat

encoding formats

used in Data Only SEED Blockette see chapter 8, page 107

Enumerator
ascii 

ascii text

int16 

16 bit integer

int24 

24 bit integer

int32 

32 bit integer

ieeefp 

IEEE floating point.

ieeedp 

IEEE double precision floating point.

steim1 

Steim (1) compression.

steim2 

Steim (2) compression.

geoscope24 

GEOSCOPE multiplexed 24 bit integer.

geoscope163 

GEOSCOPE multiplexed 16 bit gain ranged 3 bit exp.

geoscope164 

GEOSCOPE multiplexed 16 bit gain ranged 4 bit exp.

us 

US national network compression.

cdsn 

CDSN 16 bit gain ranged.

grf 

Graefenberg 16 bit gain ranged.

ipg 

IPG Strasbourg 16 bit gain ranged.

steim3 

Steim (3) compression.

sro 

SRO format.

hglp 

HGLP format.

dwwssn 

DWWSSN gain ranged.

rstn 

RSTN 16 bit gain ranged.

Definition at line 95 of file seedstructs.h.

95  {
96  ascii=0, //!< ascii text
97  int16=1, //!< 16 bit integer
98  int24=2, //!< 24 bit integer
99  int32=3, //!< 32 bit integer
100  ieeefp=4, //!< IEEE floating point
101  ieeedp=5, //!< IEEE double precision floating point
102  steim1=10, //!< Steim (1) compression
103  steim2=11, //!< Steim (2) compression
104  geoscope24=12, //!< GEOSCOPE multiplexed 24 bit integer
105  geoscope163=13, //!< GEOSCOPE multiplexed 16 bit gain ranged 3 bit exp
106  geoscope164=14, //!< GEOSCOPE multiplexed 16 bit gain ranged 4 bit exp
107  us=15, //!< US national network compression
108  cdsn=16, //!< CDSN 16 bit gain ranged
109  grf=17, //!< Graefenberg 16 bit gain ranged
110  ipg=18, //!< IPG Strasbourg 16 bit gain ranged
111  steim3=19, //!< Steim (3) compression
112  sro=30, //!< SRO format
113  hglp=31, //!< HGLP format
114  dwwssn=32, //!< DWWSSN gain ranged
115  rstn=33 //!< RSTN 16 bit gain ranged
116  }; // EEncodingFormat
DWWSSN gain ranged.
Definition: seedstructs.h:114
GEOSCOPE multiplexed 16 bit gain ranged 3 bit exp.
Definition: seedstructs.h:105
Steim (1) compression.
Definition: seedstructs.h:102
Steim (3) compression.
Definition: seedstructs.h:111
US national network compression.
Definition: seedstructs.h:107
CDSN 16 bit gain ranged.
Definition: seedstructs.h:108
IEEE floating point.
Definition: seedstructs.h:100
GEOSCOPE multiplexed 16 bit gain ranged 4 bit exp.
Definition: seedstructs.h:106
Steim (2) compression.
Definition: seedstructs.h:103
IEEE double precision floating point.
Definition: seedstructs.h:101
IPG Strasbourg 16 bit gain ranged.
Definition: seedstructs.h:110
GEOSCOPE multiplexed 24 bit integer.
Definition: seedstructs.h:104
Graefenberg 16 bit gain ranged.
Definition: seedstructs.h:109
RSTN 16 bit gain ranged.
Definition: seedstructs.h:115