| By downloading this code you agree to the Source Code Use License (PDF). | 
{version = 1.05; (* of bndrec.p 2000 March 27}
(* begin module describe.bndrec *)
(*
name
   bndrec: create marks file for a boundrectangle
synopsis
   bndrec(bndrecp: in, bndmarks: out, output: out)
files
   bndmarks:  The marks for the lister program.  Concatenate this
      to the end of the marks.arrow file and put the result into the marks
      file for lister.
   bndrecp:  parameters to control the program.  The file must contain the
      following parameters, one per line:
      parameterversion: The version number of the program.  This allows the
         user to be warned if an old parameter file is used.
   output: messages to the user
description
   It is somewhat difficult to write the specific corners of boundrectangles
   as defined in marks.arrow.  This program takes a simple parameter file
   and creates the user defined marks.
examples
   The boundrectangle is called this way:
U   4000.0   -12.00    4019.0    -11.00       -217 boundrectangle
U says to lister to start working on a user defined mark
4000 is the left edge of the mark in bases
 -12 is the lower edge of the mark in bits
4019 is the right edge of the mark in bases
 -12 is the upper edge of the mark in bits
-217 is how far back the rectangle should be shifte in bases
The bndmarkp file creates this from:
documentation
see also
   program that uses marks lister.p
   definition of boundrectangles: marks.arrow this MUST be before
   the bndmarks from this file.
author
   Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.bndrec *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}