Path: Common/Time
% Converts Modified Julian Date to Julian date.
Typing MJD2JD returns the current Julian date.
--------------------------------------------------------------------------
Form:
jD = MJD2JD( mJD )
--------------------------------------------------------------------------
------
Inputs
------
mJD (1,:) Modified Julian date (days)
-------
Outputs
-------
jD (1,:) Julian date (days)
--------------------------------------------------------------------------
Reference: The Astronomical Almanac for the Year 1993,
U.S. Government Printing Office,1993, p. B4.
--------------------------------------------------------------------------
Common: Time/JD2MJD
Back to the Common Module page