.. SegyMAT documentation master file, created by sphinx-quickstart on Thu Feb 7 21:28:09 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to SegyMAT's documentation! =================================== © `Thomas Mejer Hansen `__, 2001-2026 SegyMAT is a set of m-files for reading and writing SEG-Y files from `Matlab `__ and `Octave `__, that aims to - completely support SEG-Y revision 0 and 1; - be easy to use in other projects; - be a Swiss Army knife dealing with the SEGY-Y format in Matlab/Octave. SegyMAT is not lightning fast. SegyMAT makes heavy use of 'structures'. Unfortunately structures are not very effective in terms of speed in Matlab. (Or they have not been implemented very effectively in SegyMAT). However structures make the implementation and maintenance easier, and the code (hopefully) easy to read. That said, some effort has been made to optimize SegyMAT for speed. The current version of SegyMAT is available from `Github `__. Quickstart: :: [Data,SegyTraceHeaders,SegyHeader]=ReadSegy('f11_02673_45Hz.segy'); wiggle([SegyTraceHeaders.TraceNumber],SegyHeader.time,Data,'VA',.006); xlabel('Trace Number');ylabel('Time (s)') License (LGPL) -------------- | This library is free software; you can redistribute it and/or | modify it under the terms of the `GNU Lesser General Public License `__ as published by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. .. toctree:: :maxdepth: 2 :caption: Contents: install format segyreading segywriting misc acknowledgement revision segymat-functions