Produced by IDL 7.1.1
User Documentation

./toolbox
makefitsdate.pro

Last modification date:
Wed Sep 28 13:27:11 2016

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 Wed Sep 28 13:27:39 2016