bequ

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

bequ - BSU program scales data by L2 norm or Peak Absolute Value (C-Language Version)

SYNOPSIS

bequ [ -h | infile | tmin | tmax | normsel ]

DESCRIPTION

Basic Seismic Utilities (BSU) trace equalizes seismic traces by either the trace L2 norm, or by the Peak Absolute Value. Due to backward compatibility needs, the "normsel" parameter is not prompted for in the event that the program is run in the interactive mode. Default is L2 norm. To invoke Peak Absolute Value scaling, you must enter this parameter on the command line. C-Language Version.

Options

-h

Online help giving details on command line arguments

infile

First argument is usually the input file name

tmin (float)

Minimum time to start L2 norm computation (L2 is computed on a subset of the full trace, but applied to the entire trace.

tmax (float)

Maximum time to end L2 norm computation (L2 is computed on a subset of the full trace, but applied to the entire trace.

normsel (int)

Switch to select type of bsegy output.

0=Peak Absolute Value

2=L2 norm computed over interval [tmin, tmax]

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

EXAMPLE:
bequ w001.seg .0 .5

File w001.seg is processed by bequ. The L2 norm is calculated only for the portion of the trace from 0 to 0.5 seconds.

FILES

bequxxxx.seg

named according to convention (first 4char bequ, the next 4char are the first 4char of the input file name, suffix .seg)

standard output

produces a progress bar

bequxxxx.lst

Echo check of input parameters in listing file.

SEE ALSO

bhelp(1)

BUGS

no known bugs

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>