ovalles / Seismic_SEGYDUMP

Segy headers file manipulation toolkit in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


SEGYDUMP

Segy headers file manipulation toolkit in C


Main Features

  • Segy header manipulation from terminal

Installation

Linux

$ github clone
Prerequisites

Make sure you have gcc compiler.

Install

Download the latest version from GitHub. If you have git installed, you can use the following command:

$ git clone https://github.com/ovalles/Seismic_SEGYDUMP.git

Finally, enter the newly created directory containing the source code and run:

$ cd ./01_DISPLAY_HEADERS
$ gcc -o Display_TrcHeaders Display_TrcHeaders.c
$ ./Display_TrcHeaders file.sgy MaxNumberOfTracesInFile | more

Videos and screenshots

http://img.youtube.com/vi/bvje_Nt8wic/0.jpg

https://github.com/ovalles/Seismic_SEGYDUMP/blob/master/80_SCREENSHOTS/01_DisplayTrcHeaders.png

https://github.com/ovalles/Seismic_SEGYDUMP/blob/master/80_SCREENSHOTS/02_DisplayTrcHeaders.png

License

Licensed under the GPLv3 license.

Authors

Asdrubal Ovalles

Made in Venezuela, 2016


References

[1]SeGY Rev 1.0

About

Segy headers file manipulation toolkit in C


Languages

Language:C 88.8%Language:Shell 11.2%