[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


DAYCNV Source code in daycnv.pro

DAYCNV

Name
       DAYCNV
Purpose
       Converts Julian dates to Gregorian calendar dates
Calling Sequence
       DAYCNV, XJD, YR, MN, DAY, HR
Input Parameters
       XJD = Julian date, positive double precision scalar or vector
Output Parameters
       YR = Year (Integer)
       MN = Month (Integer)
       DAY = Day (Integer)
       HR = Hours and fractional hours (Real).   If XJD is a vector,
               then YR,MN,DAY and HR will be vectors of the same length.
Example
       IDL> DAYCNV, 2440000.D, yr, mn, day, hr
       yields yr = 1968, mn =5, day = 23, hr =12.
Warning
       Be sure that the Julian date is specified as double precision to
       maintain accuracy at the fractional hour level.
Procedure
       Uses the algorithm of Fliegel and Van Flandern (1968) as reported in
       the "Explanatory Supplement to the Astronomical Almanac" (1992), p. 604
       Works for all Gregorian calendar dates with XJD > 0, i.e., dates after
       -4713 November 23.
Revision History
       Converted to IDL from Yeoman's Comet Ephemeris Generator,
       B. Pfarr, STX, 6/16/88
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2004 July 23 at 03:37 UTC

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

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