bsg2

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

bsg2 - BSU program converts BSEGY to SEG-2 file format (C-Language Version)

SYNOPSIS

bsg2 [ -h | infile numb ]

DESCRIPTION

Basic Seismic Utilities (BSU) converts a BSEGY format file to SEG-2 file format. SEG-2 is used in many instruments as a output file format. This program creates a file that other seismic packages can read and use as an alternative to SEGY interchange format. C-Language Version.

Options

-h

Online help giving details on command line arguments

infile

Input file name

numb

Value to use for the output file name, zb. if numb=1000, output 1000.DAT

NOTE:
If invoked with no options, will prompt user for input parameters.

EXAMPLE:
bsg2 w001.seg 1000

File w001.seg is processed by bsg2,
Output file named 1000.DAT, listing in 1000.lst

FILES

numb.DAT

named by using the input argument, numb (4char), with a suffix .DAT added.

standard output

produces a progress bar

numb.lst

Echo check of input parameters in listing file.

SEE ALSO

bhelp(1), bcnv(1), seg2dump(1)

BUGS

no known bugs

COPYRIGHT

Copyright © 2020 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. <paulmichaels@boisestate.edu>