seg2dump - BSU program reads a SEG-2 data file and does a raw dump to text (C-Language Version)
seg2dump [ infile ]
Basic Seismic Utilities (BSU) reads a SEG2 formated data file. These files are generated by geophysical instruments, and this code is specifically expecting data from a seismic recorder typical of (but not limited to) the near surface engineering seismographs. NOTE: the data values output are RAW VALUES (the scale factors are not applied to convert to a voltage). The BSU program that outputs binary BSEGY data with scale factors applied is egg2seg. A primary use of this program is for diagnostic analysis. Header data from the TRACE and FILE DESCRIPTOR BLOCKS are listed for each trace. The data samples are listed in the format recorded with index 0 being the first sample. C-Language Version.
Options