A Graphical User Interface is under development in Matlab. It can be downloaded in the development snapshots of SegyMAT from
Note : this section (all graphical related features) applies only to Matlab, and is unsupported in Octave.
Calling segymat opens a graphical user interface for viewing and editing SEG-Y formatted files:

Select File->Open to select a SEG-Y file, which will be read using the original SEG-Y header information.
zooming in: + zooming out: -
Table 3. Keyboard shortcuts
| Shortcut | Action |
|---|---|
| + | Increase gain |
| - | Decrease gain |
| 4 | Pan left |
| 6 | Pan right |
| 2 | Pan down |
| 8 | Pan up |
| 1 | Pan down/left |
| 3 | Pan down/right |
| 7 | Pan up/left |
| 9 | Pan up/right |
| 5 | Center |
| a / arrow left | Zoom in |
| z / arrow right3 | Zoom out |
| h | toggle hiding plotting preferences |
GUIEditSegyHeader is a GUI for editing the SEG-Y header.
[Data,STH,SH]=ReadSegy('841_m.sgy');
SH=GUIEditSegyHeader(SH);

From this GUI it is possible to view and edit the Textual File Header (Section 6.3, “Editing the SEG-Y header”)
GUIEditTextualFileHeader is a GUI for viewing the textual file header (either in ASCII of EBCDIC format) [editing is not yet implemented].
[Data,STH,SH]=ReadSegy('841_m.sgy');
SH=GUIEditTextualFileHeader(SH);

This GUI is integrated into GUIEditSegyHeader(Section 6.3, “Editing the SEG-Y header”).
| © 2004-2006 Thomas Mejer Hansen. | This site is hosted by
|