ahmilb@houu64$bhpstorehdr

                                                                      

 BHPSTOREHDR Store Trace Headers or Horizon Values in an ASCII file   

 

   bhpstorehdr < stdin > stdout [optional parameters]                 

 

 Required Parameters:                                                 

   None                                                                

 

 Optional parameters:                                                  

   keys=ep,cdp     Trace headers to write as keys in output file.     

                   Any number of keys can be specified.               

   hdrs=d2         Multiple headers can be stored in a single execution

                   of bhpstorehdr by specifying a comma-separated list.

                   All of the headers along with the keys are written 

                   on each line of the ASCII file                     

     OR                                                               

   key=fldr,cdp,d2 Old-style method of specifying 2 keys and one header

   horizons=no     If horizons=yes is present, then trace samples are 

                   stored instead of header values. It is assumed that

                   horizon data is being passed into bhpstorehdr via 

                   bhpread. All of the samples of each trace are written

                   along with the keys on each line of the ASCII file 

   file=picks.dat  ASCII file in which to write keys and values.      

   scalar=1        Scalar to apply to hdrs or horizon values          

   bias=0          Bias to add to scalar times hdrs or horizon values 

   compress=no     Specify compress=yes to write the ASCII output via the

                   UNIX compress command; this option can save significant

                   disk space if you are dealing with large datasets; 

                   If you use compression, the output file name will be

                   named 'file'.Z, and can be uncompressed with the

                   UNIX command, uncompress 'file'