NAME:
  objprmt
 PURPOSE:
  Promote version of an object list file to highest version.
 DESCRIPTION:

 CATEGORY:
  Astrometry
 CALLING SEQUENCE:
  objprmt,objfile,[path=]
 INPUTS:
  objfile - Object list file to promote
 OPTIONAL INPUT PARAMETERS:

 KEYWORD INPUT PARAMETERS:

    KEYLIST=      : Name of a file containing a correspondence list. This list
                    associates a set of standard names with the actual keyword
                    names found in a FITS file header. If this keyword is
                    omitted, a default list is used, as if a file with the
                    following contents had been supplied:
                     AIRMASS   K  AIRMASS
                     DATE      K  DATE-OBS
                     DATETMPL  T  DD-MM-YYYY
                     EXPDELTA  V  0.0
                     EXPTIME   K  EXPTIME
                     FILTER    K  FILTERS
                     FILENAME  K  CCDFNAME
                     OBJECT    K  OBJECT
                     UT        K  UT 
                    The middle column is a flag. It may be K, for Keyword,
                    T, for Template, or V, for Value. If it is V, the contents
                    of the third field on that line should make sense for the
                    name in the first field.

  PATH - Directory where image is stored that corresponds to the obj file.
          This will be required when going from version 0 to version 1.

 OUTPUTS:

  The object file is updated to the most recent version.  Not changed if
    already current.

 KEYWORD OUTPUT PARAMETERS:

 COMMON BLOCKS:

 SIDE EFFECTS:

 RESTRICTIONS:

 PROCEDURE:

 MODIFICATION HISTORY:
  99/02/19, Written by Marc W. Buie, Lowell Observatory