Viewing the data


To look at the data in the file 001.sgy, run this the processing job
segyread tape=001.sgy endian=0 | segyclean | suxwigb

You should now get somthing like this:

To terminate the job press q in the plot window, or control-C in the command window.

The job consists of three programs chained together:

  1. segyread tape=001.sgy endian=0 - Read in the data from the given source (001.sgy), specify little-endian byte ordering.
  2. segyclean - Clean up header values so SU don't get confused
  3. suxwigb - Plot the data

Note:
To zoom in on a part of the plot, you can hold down the left mouse button and drag out a rectangle you want a closer look at. To undo the zoom, just click on the left button.


Last rev.: March 8, 2001 (OM)