RAPARSE
Name
raparse
Purpose
Convert Right Ascension (RA) string to radians.
Description
Category
Astronomy
Calling Sequence
ra=raparse(str)
Inputs
str - String (or array) to parse as a right ascension
Optional Input Parameters
Keyword Input Parameters
DEGREES - Flag, if set, indicates the decimal value is in degrees.
The default is radians.
Outputs
return value is scalar or vector value of RA in radians
Keyword Output Parameters
ERROR - Flag (scalar or vector), set if an error was seen.
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
1997/06/04, Written by Marc W. Buie, Lowell Observatory
2000/11/9, MWB, removed Str_sep call.
2009/04/26, MWB, converted to use new CVTSIXTY routine