| | |
string headers= |
Trace header file name. Default is the input data file
name, with the final .rsf changed to _hdr.rsf
|
string iline= |
header key for the main index key. This should be iline, but you
may have non-standard trace headers or a wierd use of this program
|
int ilineinc=10 |
incrment in iline for the index
|
float ilinemax=-1e31 |
maximum "iline" header key to include in the index. Use this parameter
to remove null trace headers or traces outside project area.
|
float ilinemin=-1e31 |
minimum "iline" header key to include in the index. Use this parameter
to remove null trace headers or traces outside project area.
|
string indxdir= |
The name of the directory containing the iline,xline index. This
directory will be in DATAPATH (probably the environment variable). The
directory also continues a file "filenames", a list of the trace and
header files that contributes to this index. The directory contains files
with names "indx#" here # is an integer multiple of ilineinc. These files
contains a record for each contributing trace with filenumber,
tracenumber, and the trace header. The file containing the trace is
determined using the can be read by using the filenumber and the
"filenames" file. The tracenumber defines the location of the trace
in the file.
|
string input= |
Input file for traces amplitudes
|
int verbose=1 |
flag to control amount of print
0 terse, 1 informative, 2 chatty, 3 debug
|
float xlinemax=-1e31 |
maximum "xline" header key to include in the index. Use this parameter
to remove null trace headers or traces outside project area.
|
float xlinemin=-1e31 |
minimum "xline" header key to include in the index. Use this parameter
to remove null trace headers or traces outside project area.
|
|