mjd_from_jd#
- spacekernel.time.mjd_from_jd(ndarray jd) ndarray#
Convert Julian Date to Modified Julian Date.
- Parameters:
- jdndarray of float, shape (N,)
Julian Date values.
- Returns:
- mjdndarray of float, shape (N,)
Modified Julian Date, computed as MJD = JD - DJM0.