MJD2JD:

Path: Common/Time

--------------------------------------------------------------------------
   Converts Modified Julian Date to Julian date.

   Typeing MJD2JD returns the current Julian date.

   Since version 1.
--------------------------------------------------------------------------
   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.
--------------------------------------------------------------------------

Children:

Common: Time/JD2MJD

Back to the Common Module page