[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


dms2deg Source code in dms2deg.pro

dms2deg

Name
          dms2deg
Purpose
          Convert coordinates in dms-Format to degrees
Category
          General Utility
Calling Sequence
          dms2deg,d,[m,[s]]
Input Parameters
          d: degree
          m: minute
          s: second
Optional Input Parameters
          m and s are optional
Keyword Parameters
          none
Output Parameters
          The function returns (d+m/60+s/3600), taking care of the sign.
Optional Output
          none
Common Blocks
          none
Side Effects
          none
Restrictions
          none
Procedure
          trivial
Example
          print,hms(19,58,21.72)
Revision History
          Version 1.0: 1997/06/24, Joern Wilms (wilms@astro.uni-tuebingen.de)

Last modified by pro2html on 2005 January 04 at 16:38 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically