segpic.m

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

OCTAVE segpic.m - Pick first breaks in octave and saves output to a *.pic file.

SYNOPSIS

segpic prompts for input *.seg file

DESCRIPTION

Basic Seismic Utilities (BSU) program run in Octave or Matlab. Use mouse to pick first arrivals. User can select an amplitude scale to improve visibility of first breaks. No way to go back, runs one way through data and saves output to a file.

REQUIRES:
segyinfo.m
bsegin.m

EXAMPLE FLOW
1)bred flattens data, saved: bredxxxx.dat
2)OCTAVE: segpic.m pics 1st breaks
segpic.m outputs bredxxxx.pic (tr,pic)
3)picrestore stdout stream:
picrestore bredk007.dat bredk007.pic >out.pic
Program picrestore adjusts pics, removing the flattening
4)bpic xxxx.seg 1 out.pic 0.0
(pics inserted into original file before bred, bulk static=0.0 in bpic run )

SEE ALSO

bpic(1) bred(1) OCTAVE: segyinfo.m(7) bsegin.m(7) bsegout.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>