PWP wiki processor

DobsSeismicUnix

| StartPage | WikiPages | AdditionalFiles |

Reading Dalhousie OBS data into Seismic Unix

Reading Dalhousie OBS data into Seismic Unix

The standard format for Segy data is Big endian, with an ebcdic header, and IBM floating point data. However, the Vista segy format used at Dal is a little endian, ascii header, IEEE 2 byte integer segy format. This makes it a bit more difficult to read into programs such as Claritas and Seismic Unix.

segyread tape=obsdch1.sgy endian=1 format=3

segyread tape=obsdch1.sgy endian=1 format=3 | surange

segyread tape=input.sgy endian=1 format=3 > test.su
segyhdrs < test.su | segywrite endian=0 tape=test.sgy

   (Powered by PWP Version 1-4-3 )