Pasteup is a GUI application for making record sections of seismic data
with a variety of expressions.
In addition, Pasteup provides fundamental functions to analyse seismic
data, such as picking and filtering.
To invoke pasteup, type
$ pasteup
(in this document, $ reprensents a shell prompt).
Pasteup has many command line options. The most worthwhile option to learn is "-h". It means "help", of course.
$ pasteup -h
or
$ pasteup --help
and you get a very long message. See them for details.
Here, some of convenient options are explained.
Suppress opening logo image.
Plot a record section of the specified SU/SEG-Y file. Several parameters including gain and display ranges are automatically set. See the below example.
$ pasteup --view site01.su
Invoke pasteup with a data file "foo.su".
$ pasteup foo.su
Invoke pasteup with a parameter file "foo.rc"
$ pasteup -f foo.rc
Make a PostScript file "foo.ps" with use of a data file "foo.su". Automatic scaling and raning.
$ pasteup --ps --scale 20 --range 0 foo.su > foo.ps
Pasteup reads and saves several configuration files;
This is the most important configuration file.
The parameter file contains all the parameters to plot, pick and
analysis; e.g., plotting style, display range, filter parameters,
amplitude configurations, analysis parameters and so on.
This file contains the configurations of Fn-keys.
This file contains several system configurations such as paths for external seismic applications.
This file contains colors and fonts of Pasteup windows. Just an eye candy.
Parameter file is divided into two type. One is an implicit "special" parameter file, "$(HOME)/.pasteup/parameters" which is automatically saved and loaded, when you invoke and quit Pasteup. The other is the "normal" parameter file that you can save and load at any time you like. The filename of the "normal" parameter file is arbitrary and you can make as many "normal" parameter files as you want.
All the parameters you specified in the previous pasteup session will be recovered in the next session automatically by the "special" parameter file. This is convenient in most cases. However, if you don't want to recover previous session, you can prevent reading parameter files by command line options.
If you don't want to recover parameters of the previous session, specify the "--noparam" option to the pasteup,
$ pasteup --noparam
If you don't want to recover all the 4 configuration files, specify the "--vanilla" option,
$ pasteup --vanilla