Produced by IDL 7.0
Developer Documentation

./toolbox
makefitsdate.pro

Last modification date:
Sun Oct 22 03:20:02 2017

makefitsdate

function makefitsdate(mjd, [precision=integer])

Make a FITS date string from a modified Julian Date.

Returns
a FITS date of the form YYYY-MM-DDThh:mm:ss[.sss].
Uses
paddedstring
Version
$Id$

Parameters
mjd
in, required
double
Modified Julian Date, in days.

Keywords
precision
in, optional
integer
Number of digits after the decimal point in the seconds field of the output FITS date. If precision is 0 (the default) no decimal point is used.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:17 2017