MATCHOBJ
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.