[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


jdstr Source code in jdstr.pro

jdstr

Name
        jdstr
Purpose
        Convert Julian Date into date and time strings appropriate
        for FITS files
Category
        Astronomy
Calling Sequence
        jdstr,jd,date,time,old=old,mjd=mjd,time=time,date=date
Input Parameters
        jd: Julian Date to be converted
Optional Input Parameters
        none
Keyword Parameters
        old: use old format for date (yy/mm/dd)
        mjd: if set, jd is in MJD (default: jd is Julian date)
        no_t: if set, do NOT append a T before the time string (new
              style only)
Output Parameters
        date : String in yy/mm/dd form
        time : string in hh:mm:ss form
Optional Output
        none
Common Blocks
        none
Side Effects
        none
Restrictions
        JD has to be valid and AD only
Procedure
        trivial, needs astrolib's daycnv
Example

Revision History
        $Log: jdstr.pro,v $
        Revision 1.3  2006/04/06 17:42:53  wilms
        next change (first since 2003): added /no_t keyword
        Revision 1.2  2003/04/08 18:56:02  wilms
        First change since 1997!
        Added new FITS date format, which is now the default.
        Version 1.0, 1997/03/13 J. Wilms (wilms@astro.uni-tuebingen.de)

Last modified by pro2html on 2006 April 07 at 03:10 UTC

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

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