NAME:
addstars
PURPOSE: (one line)
Manipulate the master star catalog (add/replace)
DESCRIPTION:
CATEGORY:
Astronomy
CALLING SEQUENCE:
addstars,name,ra,dec,rap,decp,alias
INPUTS:
name - Name of the star.
ra - Right Ascension in radians. J2000
dec - Declination in radians. J2000
rap - RA proper motion, "/year
decp - Dec proper motion, "/year
OPTIONAL INPUT PARAMETERS:
alias - String with aliases for star name, each alias must be separated
by the | character, imbedded blanks are allowed but only one
is preserved and all leading and trailing blanks are removed.
the default is have no aliases.
KEYWORD INPUT PARAMETERS:
FILE - Name of star catalog file. Default is:
'/frakir/raid/buie/starcat/starcat.dat'
FLUSH_INFO - Flush all cached information, force a clean start
NOLOAD - Flag, if set, suppresses the call to LOADSTAR. This is
intended to be used ONLY when this routine is called by
LOADSTAR to prevent infinite recursion. When set, it
is assumed that the common block is empty and all its
contents will be overwritten.
OUTPUTS:
common block and file are updated
COMMON BLOCKS:
MWB_STARCAT
SIDE EFFECTS:
RESTRICTIONS:
PROCEDURE:
MODIFICATION HISTORY:
96/11/21, Written by Marc W. Buie, Lowell Observatory
2004/02/09, MWB, changed path to starcat.dat file.