50
14. Radiolocation Sounding Data Format
“Prism2” software uses International Geophysical Data Format the by the Society
of Exploration Geophysicists (SEG-Y).
14.1 SEG-Y Sounding Data Format
File begins from a 3200-byte EBCDIC descriptive reel header record which contains
service information. Following EBCDIC there is a 400-byte binary reel header record
containing service information about the data:
Offset
from file
beginning
Job identification number
Number of data traces per record
Number of auxiliary traces per record
Sample interval of this reel's data in
PICOseconds
Number of samples per trace for this reel's
data
Data sample format code:
1 = 32-bit IBM floating point;
2 = 32-bit fixed-point (integer);
3 = 16-bit fixed-point (integer);
4 = 16-bit fixed-point with gain code
(integer).
CDP fold (expected number of data traces
per ensemble)
Measuring system:
1 = meters;
2 = feet.
Then there goes trace records, each contains a 240-byte binary trace header and trace
data. Offset from the beginning of a file to the K
th
trace record is 3600+K*(240+S*2),
where S – number of samples in a trace, and K – trace number (counted from the zero trace
and not from the first one). Trace data recorded sample by sample. No separators or
symbols are used between samples. Each sample is represented as the data sample format
code from binary reel header and takes (2 or 4)*N Bytes. Note, that samples and traces are