jd_from_mjd#

spacekernel.time.jd_from_mjd(ndarray mjd) ndarray#

Convert Modified Julian Date to Julian Date.

Parameters:
mjdndarray of float, shape (N,)

Modified Julian Date values.

Returns:
jdndarray of float, shape (N,)

Julian Date, computed as JD = MJD + DJM0.