[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


get_jdstr Source code in get_jdstr.pro

get_jdstr

Name
        get_jdstr
Purpose
        Convert Julian Date into date and time strings appropriate
        for FITS files and return string
Category
        Astronomy
Calling Sequence
        str=get_jdstr(jd,old=old,mjd=mjd)
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)
Output Parameters
        the function returns the formatted date string, exact to
        one second.
Optional Output
        none
Common Blocks
        none
Side Effects
        none
Restrictions
        JD has to be valid and AD only
Procedure
        trivial, wrapper around jdstr
Example

Revision History
        $Log: get_jdstr.pro,v $
        Revision 1.1  2003/04/08 19:00:34  wilms
        initial revision

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

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

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