Seismic Processing Library (SPL)
Seismic Processing Library (SPL)
SPL is a collection of seismic processing programs mainly aimed at imaging.
Before attempting to use any of the programs do the following:
- Log on to seis.ivt.ntnu.no
- Set the environment variable SPL to the installation directory
by typing "SYS=/arkiv/arkiv1/barn/sim/src/spl". Then type "export SPL"
export SPL
- Set the environment variable SYS to "x86_64"
by typing "SYS=x86_64". Then type "export SYS"
- Set your search path to include the SPL bin directory
by typing "PATH=$SPL/$SYS/:$PATH".
- Set your search path to include the MPI binaries
by typing "PATH=/arkiv/arkiv1/barn/sim/lib/mpich/bin:$PATH"
Typing only the name of the program without any command-line parameters prints
documentation on standard output.
Data input/output are in SU (Seismic Unix) format. Unless noted, input/output are
from/to standard input/output.
The list below contains all programs available. Some of the programs have
a demonstration script with a link under "Demo".
Location of source code, binaries and instructions of how to add new software to the source tree is provided
here .
Seismic programs
Utilities
The utilities below are installation dependent and may not work
- f90totex - Generate documentation pdf
- splps - Linux cluster process status txt
- splkill - Linux cluster kill txt
- splkill - Linux cluster memory kill txt
- splclrtmp - Linux cluster clear temporaries txt
- spldftmp - Linux cluster check temporary disk space txt
Libraries
- Der - Differentiators pdf
- Fd2d - 2D fd modelling and reverse time migration pdf
- Fio - C-style parallell file I/O pdf
- Fwi - Full waveform inversion pdf
- Fx2d - 2D F-x Migration routines pdf
- Fx3d - 3D F-x Migration routines pdf
- Geometry - Geometry managment pdf
- latex - latex macros
- minpack - Minpack library
- Reg - Regularization pdf
- Sig - Signal processing routines pdf
- Spl - Command line parameters and seismic I/O pdf
- Spla - High level seismic I/O pdf
- Sort - Sorting of seismic data pdf
- Sys - Fortran system calls pdf
- Watch - Timing of code pdf
External Libraries
- FFTPACK - Fast Fourier transforms pdf
- MINPACK - Least squares and nonlinear problems index
B. Arntsen MAY 2009