caplot - BSU plot results of bvas and bamp runs captured in bvas.his and bamp.his files
caplot [ -h | bvas_file | bamp_file | emin | emax | well_ID | year | date | idev ]
Basic Seismic Utilities (BSU) uses GNU PLLIB to plot results of bvas and bamp runs. One may choose an quick X-window plot, a PostScript file, or an Xfig file which can be edited. The program reads the *.his files from bvas and bamp. Titles and labels are added with the other parameters. Setting the margin to zero uses the entire page. Fortran 90.
Options
-h |
Online help giving details on command line arguments |
bvas_file
Input file name (typically bvas.his)
bamp_file
Input file name (typically bamp.his)
emin |
Minimum elevation of the zone being analysed (bottom) for title. | ||
emax |
Maximum elevation of the zone being analysed (top) for title. |
well_ID
4 Character designation of borehole for title.
year |
4 digit integer designating year of survey, for title. | ||
date |
4 digit mmdd designation (month,day) for title. | ||
idev |
Select output device (int) |
0=X window
1=PostScript file
2=Xfig drawing file (can be edited).
3=JPEG image file.
4=PDF portable document file
NOTE:
If invoked with no options, will prompt user for input
parameters.
EXAMPLE:
caplot bvas.his bamp.his 15.0 20.0 00X4 2000 0325 1
Plots the velocity dispersion and semblance (from bvas.his), and the amplitude decay (from bamp.his) on a single page. Title of plot indicates that the zone of analysis extended from elevations 15. to 20. meters, well ID 00X4, survey done on March 25, 2000. A post script plot will be generated.
caplot.ps
PostScript file (if idev=1)
caplot.fig
Xfig file (if idev=2)
caplot.jpeg
Xfig file (if idev=3)
caplot.pdf
Xfig file (if idev=4)
caplot.gp
(If compiled with GNUPLOT instead of PLPLOT)
bhelp(1), bvas(1), bamp(1)
No known bugs. This program requires the GNU plplot libraries (http://plplot.sourceforge.net).
Copyright © 2024 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.
P. Michaels, PE. <paulmichaels@.boisestate.edu>