NAME:
  starset
 PURPOSE:   (one line only)
  Generate a list of nearby stars to help find a particular location
 DESCRIPTION:
 CATEGORY:
  Astronomy
 CALLING SEQUENCE:
  starset,jd,in_ra,in_dec,mag,objectid,listing
 INPUTS:
  jd       - Julian date at time of intended observation
  ra       - J2000 right ascension of target
  dec      - J2000 declination of target
  mag      - Apparent brightness of target
  objectid - Name of the object at the supplied coordinates
 OPTIONAL INPUT PARAMETERS:
 KEYWORD INPUT PARAMETERS:
  J2000    - Flag, if set, causes output positions to be J2000.  If not
               set the positions are output at the equinox of jd.
  FNOUT    - If provided, the listing will be printed to this file name.
 OUTPUTS:
  listing  - String array for the listing
 KEYWORD OUTPUT PARAMETERS:
 CONFIGURATION:
 COMMON BLOCKS:
 SIDE EFFECTS:
 RESTRICTIONS:
  Needs access to phot.hygcat database table for star names
 PROCEDURE:
 MODIFICATION HISTORY:
  Written by Marc W. Buie, Southwest Research Institute, 2015/09/13
  2022/01/11, MWB, incorporated into library with cosmetic changes