| |
string headers= |
Trace header file name. Default is the input data file
name, with the final .rsf changed to _hdr.rsf
|
string input= |
Input file for traces amplitudes. You can list a file here, has the
input file name will be used to compute the name of the header files.
The input trace amplitudes can also be read from standard input by
just supplying standard input and omitting this paramater, This
is useful it you wish to do sopme initial processing of the input
rsf file containing the trace amplitudes. This is useful if you need
to change input axis labels to use the makeheader=yes.
|
bool makeheader=n [y/n] |
Option to load headers using the input file axis labels. If axis
label2 through label9 match a header key then that coordinate is
loaded to the traces header. This can be used to load the source
coordinate to the sx header location. This may require changing
the axis label because Madagascar axis labels are not the same as
segy trace headers. for example axis 2 coordiante can be loaded in
sx trace header by:
| sftahread headers=spike_hdr.rsf makeheader=y \
| sftahgethw key=sx >/dev/null
|
int verbose=1 |
flag to control amount of print
0 terse, 1 informative, 2 chatty, 3 debug
|
|