hodo2plot.m

NAME
SYNOPSIS
DESCRIPTION
OUTPUT
REQUIRES:
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

OCTAVE hodo2plot.m - Plot hodogram for down-hole or reference phone (signals in two files)

SYNOPSIS

hodo2plot prompts for:

BSEGY file name (*.seg) for X-axis (shell terminal input)
BSEGY file name (*.seg) for Y-axis (shell terminal input)
FILES MUST MATCH CHECK

pop up message number of traces, tmax, sample interval
Choose trace number to plot hodogram for (GUI entry Box)
Choose scale factor for plot, default scales by maximum value (GUI entry Box)
LOOP
Choose Tmin and Tmax (GUI entry box)
Choose Continue or Done (GUI click box) if continue loop back and do another segment
Each loop back, Tmin set to last Tmax, plots a time mark on the plot of motion

DESCRIPTION

Basic Seismic Utilities (BSU) program run in Octave or Matlab. Within an octave session, type hodo2plot and then on prompt, enter the X-axis and Y-axis file names. Answer the other prompts as shown above. One moves through time, tracking the motion at either the down-hole or reference phone. Typical use is to plot Transverse on X-axis and Radial on Y-axis to sort out polarization of an S-wave source. The two components to be plotted should be in different files. Use program hodoplot.m if components in same file (typical use there would be for down-hole data rather than surface data as in the case here).

OUTPUT

Figure 1 time domain plot of motion.

REQUIRES:

segyinfo.m
bsegin.m

SEE ALSO

OCTAVE: segyinfo.m(7) bsegin.m(7) hodoplot.m(7)

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>