mjd_seconds_to_datetime¶
- mjd_seconds_to_datetime(mjd_secs: list[int | float]) list[datetime][source]¶
Convert list of MJD seconds to a list of equivalent datetime objects.
Convert the input list of elapsed seconds since MJD epoch to the equivalent Python datetime objects.
- Parameters:
mjd_secs -- list of elapsed seconds since MJD epoch.
- Returns:
List of equivalent Python datetime objects.