NAME: 
  destat
 PURPOSE:   (one line only)
  to gather pertinent DES statistics and put them into an html file
 DESCRIPTION:
  DEStat reads the .obj files for an oberving night and creates an
  html file with three tables.  The first table contains all the
  objects that were eventually marked "yes" in the .obj files.  The
  second table contains all the objects marked "no", and the third
  contains all of the objects known to be salted objects.  The rows
  of a table contain a team member's initials, and the columns
  contain information as to where their initials were located in the
  .obj string.  This indicates whether a person discovered the
  object, confirmed an object discovered by the auto run, etc. The
  total number of objects are in parentheses, with the number of KBOs
  in front of them.  A fourth table contains the names of the
  "lookers" for this night, with corresponding initials.  It also
  contains the number of fields where their initials appeared.  The
  bottom of the file is dated.  
 CATEGORY:
  Miscellaneous
 CALLING SEQUENCE:
  destat,root
 INPUTS:
  root     :String- Six digit date: 'yymmdd'. 
 OPTIONAL INPUT PARAMETERS:
 KEYWORD INPUT PARAMETERS:
  REDUCED  :String- The path to the reduced files.  This should not
                    include the root. Default='/net/frakir/raid/reduced/'
  OUTDIR   :String- The path for the html file.  (Default = '')
  HTMLNAME :String- The name of the html file.  Default = root+'.html' 
  QUIET    :Flag-   Set for no printed output to screen.
 OUTPUTS:
 KEYWORD OUTPUT PARAMETERS:
 SIDE EFFECTS:
 RESTRICTIONS:
 PROCEDURE:
 MODIFICATION HISTORY:
  04/07/27,Written by Maureen Teyssier, REU at Lowell Obs.
  2004/08/24, MWB, incorporated into library.
  2004/08/31, MWB, added code to handle "crud" objects
  2004/11/19, MWB, added code to cross reference against newobj database
  2005/1/20, MWB, fix error in final table generation