NAME

     store - write surface consistent static values to the header


SYNOPSIS

     store [ -Nntap ] [ -Ootap ] [ -Sstat file ]  [  -isisb  ]  [
     -irrsb ] [ -stsrcsft ] [ -rtrecsft ] [ -V ] [ -? ]


DESCRIPTION

     store writes a  list  of  initiation  and  reception  static
     values  to user selected half words of an input seismic data
     set. A constant time shift can also be added to each  static
     value.  Any missing static values are linearly interpolated.
     Initiation statics, reception statics and index  values  are
     supplied to the program by a user created file.

     Group location is the index value used in the stat  file  to
     define  the  location of associated static values. Reception
     statics are updated in the headers of traces when the  index
     equals  group  index  (RecInd,  half-word  118).  Initiation
     statics  are  updated  in  trace  headers  when  the   index
     corresponds  with  source location, (SrcLoc, half-word 109).
     Once written into the trace headers, statics can be  applied
     with program rest.

     store gets both its data and  its  parameters  from  command
     line arguments.

  Command line arguments
     -Nntap
          Enter the complete path to the input data set; entering
          nothing specifies a stdin pipe.

     -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).

     -Sstat file
          Enter the name  of  the  file  containing  the  statics
          information  to  be  written  in  the  header. The file
          should have the following format:
                    index    reception-static  source-static
                    index    reception-static  source-static
                     .           .               .
                     .           .               .
                     .           .               .
                    index    reception-static  source-static

     -isisb
          Enter the header  half-word  to  write  the  initiation
          static value.  (default=8; InStUn)

     -irirb
          Enter the  header  half-word  to  write  the  reception
          static value.  (default=11; RcStUn)

     -stsrcsft
          Enter a constant time shift (ms) to  be  added  to  the
          initiation  static  for  every  gi location in the data
          set.  (default=0)

     -rtrecsft
          Enter a constant time shift (ms) to  be  added  to  the
          reception  static for every source location in the data
          set.  (default=0)

     -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