NAME
putval - module to calculate maximum absolute value, average
and rms values for each trace and write the floating point
value into user defined header words. Also calculate the
same values on a job constant basis and write the values
into the line header words: MaxAmp, AvgAmp, RmsAmp. Data
must reside on disk and cannot be piped from a device.
SYNOPSIS
putval [ -Nntap ] [ -Ootap ] [ -nsns ] [ -nene ] [ -rsirs ]
[ -reire ] [ -sstart ] [ -eend ] [ -HW1Horz01 ] [ -HW2Horz02
] [ -HW3Horz03 ] [ -V ] [ -? ]
DESCRIPTION
putval
Calculate the maximume absolute value, average and rms for
each trace, write the values into user defined floating
point headerwords and pass the input data. A lso calculate
the same values on a job constant basis and write the values
into the line header words: MaxAmp, AvgAmp, RmsAmp. Data
must reside on disk and can not be piped from a device.
Command line arguments
-Nntap
Enter the input data set name or file immediately after
typing -N; entering nothing specifies a stdin pipe.
This input put 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 'vsp' stored on the 'b' disk.
-Ootap
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).
-rs irs
(integer) First record to process (default = 1)
-re ire
(integer) Last record to process (default = all)
-ns ns
First trace in record to process (default = 1)
-ne ne
Last trace in record to process (default = all)
-s start
starting time to process (default = 0)
-e end
ending time to process (default = end of data)
-HW1 Horz01
Headerword to write maximum absolute value (default =
Horz01)
-HW2 Horz02
Headerword to write average value (default = Horz02)
-HW3 Horz03
Headerword to write rms value (default = Horz03)
-V Enter the command line argument '-V' to get additional
printout.
-? Enter this (or '-?' if you are running in c-shell) to
get online help. The program will terminate after
printing this.
COPYRIGHT
copyright 2001, Amoco Production Company
All Rights Reserved
an affiliate of BP America Inc.
Man(1) output converted with
man2html