Seismic Imaging Home Page     Products & Services     3d Seismic Imaging     3d Ray Tracing

putsis - dump numbers into sis trace format

Synopsis

putsis [ -Nntap ] [ -Ootap ] [ -nsnsamp ] [ -ntntrc ] [ -snsi ] [ -V ] [ -? ]

DESCRIPTION

putsis reads numbers from input file or stdin and attaches a line header and trace header and writes this to a sis format disk file (or stdout). Output will consist of one record of as many traces as specified and with a number of samples equal to what was read from the input. utop may be used to adjust the header entries.

putsis gets both its data and its parameters from command line arguments. These arguments specify the input, output, the sample interval, and verbose printout, if desired.

Command line arguments -N ntap

Enter the input data set name or file immediately after typing -N unless the input is from a pipe in which case the -N entry must be omitted. This input file should include the complete path name if the file resides in a different directory. Example -N/b/vsp/dummy tells the program to look for file 'dummy' in directory '/b/vsp'.

-O otap

Enter the output data set name or file immediately after typing -O. This output file is not required when piping the output to another process. The output data set also requires the full path name (see above).

-ns nsamp

Input number of samples. This must be specified.

-nt ntrc

Input number of traces. This must be specified.

-si nsi

Optional sample interval to put in line header. Default = 1

-V Enter the command line argument '-V' to get additional printout.

-? Enter the command line argument '-?' to get online help. The program terminates after the help screen is printed.

From trcgp/usp Last change: Tue Jun 08 1993 1

putsis(1) USER COMMANDS putsis(1)

EXAMPLE The command line

echo "1 2 3 4 5 6 7 8 9 10" | putsis -Ojunk

will put the ten numbers from _s_t_d_i_n into an sis trace format file with 1 record of 1 trace with 10 samples and sample interval of 1

BUGS unknown

AUTHOR

Paul Gutowski, APR x3146 From trcgp/usp Last change: Tue Jun 08 1993 2

Last Modified: . Document access count:


BACK Return to the Seismic Imaging Home Page Back Return to the 3d Raytracing Home Page. putsis(1) USER COMMANDS putsis(1) 1