bis2seg

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

bis2seg - BSU program converts Bison Engineering Seismograph files to BSU (bsegy) format

SYNOPSIS

bis2seg [ -h | infile ]

DESCRIPTION

Basic Seismic Utilities (BSU) reads the Bison file and converts it to BSU’s BSEGY format (*.seg files). This program is intended for a quick conversion of the data, and does not set geometry (coordinates are zeroed out, see topcon for geometry setting). However, time of day, sample rate, number of samples, and other key header values are extracted from the BISON files and included in the BSEGY output. See egg2seg for a similar program designed for the EGG Geometrics Seismograph files which are in SEG-2 format. C-Language Version.

Options

-h

Online help giving details on command line arguments

infile1

Input file name

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

EXAMPLE:
bis2seg abcd0001

File file abcd0001 is converted to abcd0001.seg

FILES

xxxxxxxx.seg

named according to input file first 8 characters (see example above).

standard output

produces a progress bar

xxxxxxxx.lst

Listing of BISON header contents.

SEE ALSO

bhelp(1), egg2seg(1), topcon2(1), bcnv(1), setgeom(1), gensetg(1), c_bsegy(5)

BUGS

no known bugs, but was designed primarily for EGG’s seismograph. Your mileage may vary with other seismographs. This is not a general SEG-2 conversion program. See Seismic Unix for that sort of thing.

COPYRIGHT

Copyright © 2017 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>