seg2dump

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
REFERENCE
WEB DOCUMENT
BUGS
COPYRIGHT
AUTHOR

NAME

seg2dump - BSU program reads a SEG-2 data file and does a raw dump to text (C-Language Version)

SYNOPSIS

seg2dump [ infile ]

DESCRIPTION

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

-h

Online help giving details on command line arguments

FILES

xxxx.DAT

where xxxx are file base names scanned in SEG-2 format.

xxxx.lst

Text listing file where xxxx are the file base names (number).

SEE ALSO

bhelp(1) egg2seg(1)

REFERENCE

Pullan, S. E., 1990, Recommended standard for seismic (/radar) files in the personal computer environment: Geophysics, 55, no. 09, 1260-1271.

WEB DOCUMENT

https://seg.org/Portals/0/SEG/News and Resources/Technical Standards/seg_2.pdf

BUGS

no known bugs

COPYRIGHT

Copyright © 2019 by Paul Michaels

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

AUTHOR

P. Michaels, PE. <pm@cgiss.boisestate.edu>