NAME: matchobj PURPOSE: (one line) Find matches for non-standard names in a correspondence list. DESCRIPTION: This program compares the items in the input list against the known names that are in a correspondence list and returns a matched list for the input. CATEGORY: Utility CALLING SEQUENCE: matchobj,proper,informal,rawname,goodname INPUTS: proper - String array of proper ephemeris names. informal - String array of informal object names. rawname - String array of informal names to match up. OPTIONAL INPUT PARAMETERS: KEYWORD PARAMETERS: OUTPUTS: goodname - String array of proper ephemeris names that match rawname. COMMON BLOCKS: SIDE EFFECTS: RESTRICTIONS: PROCEDURE: MODIFICATION HISTORY: 3/26/93 - Written by Marc W. Buie, Lowell Observatory. 98/4/2, MWB, renamed to avoid conflict with Astron Lib routine.