SeisLab 2.01

Release 6.1925 of a collection of functions for analysis/display of seismic and well-log data.
9.2K descargas
Actualizado 8 Jul 2009

Ver licencia

A set of 140 functions (plus support functions called by them) for analysis and display of exploration-seismic data and well logs. These functions read and write seismic data in standard SEG-Y format, read and write well logs in LAS-format 2.0, and perform many of the manipulations usually performed on these data types. They use standardized structures to represent seismic data and well data and thus allow simple concatenation of function calls.

The functions come with a manual in PDF format and scripts with examples. Several versions of Matlab were released during their development. Presently, I run them under R2006b but I try to keep them compatible with R12 and use version-specific code to handle incompatibilities between this and previous Matlab versions that I happen to find. However, this is probably the last release to do so. The next release, SeisLab 3, will use Matlab features introduced in R13 and R14.

Generally, I make an effort to avoid functions from toolboxes; however, I am aware of at least one call to a function in the Optimization Toolbox.

In case you already have SeisLab installed you can find its distribution ID by typing "ddid" at the Matlab prompt. If you get the error message "Undefined function or variable 'ddid'." then you have the very first release of SeisLab. Otherwise, compare the distribution ID with that of this release. If it is lower then this release is newer.

Also, please note that a new version, SeisLab 3.0, is now available from the Matlab File Exchange. That new version does no longer support Matlab prior to R14, and some functions require R2007a.

EXAMPLE (used to plot the attached figure):

% Read interactively selected SEG-Y file
seismic = read_segy_file;

% Make a color plot of the data read
s_cplot(seismic)

% Make a wiggle plot on top of the color plot
% and specify a title
s_wplot(seismic,{'figure','old'}, ...
{'title','Wiggle over color'})

Citar como

Eike Rietsch (2024). SeisLab 2.01 (https://www.mathworks.com/matlabcentral/fileexchange/8827-seislab-2-01), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Seismology en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: AdvExpFig, Printing MATLAB errors (R14sp3 and later)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

S4M/

S4M/Geophysics_2.01/

S4M/Geophysics_2.01/@struct/

S4M/Geophysics_2.01/private/

S4M/Other/

Versión Publicado Notas de la versión
1.2.0.0

Replaced the GNU Lesser General Public License by the BSD License as required by The MathWorks

1.1.0.0

Replaced the GNU Lesser General Public License by the BSD License as required by The MathWorks.

1.0.0.0

The script that assembles SeisLab releases missed a couple of call-back; they are included in this release. Otherwise, there are no changes.

Everything new is in SeisLab 3.0 which can now be downloaded from the Matlab File Exchange.