Description of raw data
While operational, OBS data was recorded as raw bytes into memory blocks
of size 28. Four channels of data were recorded at a rate of
128 samples/second/channel. The 16-bit data required two bytes of
memory. Thus each 1/128th of a second required 8 bytes of memory.
WHAT IS THE ORDER OF THE TWO BYTES?]
In addition to the data bytes there is a 16 byte time code placed
in each memory block. This leaves room for 65520 bytes of data (8190
samples or 63.9844 seconds) per block. The time code consists of 8 16-bit
words (the ascii info is usually the instrument name plus perhaps the
experiment name:
[rec no lsw] [ rec no msw ] [ time byte lsw ] [ time byte msw ]
[ buf no, disk no ] [ ascii info ] [ ascii info] [ascii info ]
|
|
|
|
|
Conversion of raw data to ah
format
To convert raw data into an easily manipulated seismic format such as ah,
the record headers and time marks must be removed. This removed
information must then be incorporated into the seismic trace headers.