Calendars v0.1.1 Calendars.MJD View Source

Documentation for the MJD calnedar, the Modified Julian Day Number (MJD).

Link to this section Summary

Functions

Returns a MJD date from its parts.

Returns the epoch of the MJD calendar.

Converts source_calendar_date of the source_calendar into the corresponding MJD date.

Converts the fixed date in to the corresponding MJD date.

Converts the Julian Day number jd into the corresponding MJD date.

Returns the keyword used to access data in the DR4 sample data.

Converts mjd_date into the corresponding date of target_calendar.

Converts mjd_date into the corresponding fixed date.

Converts mjd_date into the corresponding Julian Day number.

Link to this section Types

Specs

t() :: mjd()

Link to this section Functions

Returns a MJD date from its parts.

Returns the epoch of the MJD calendar.

Link to this function

from_date(source_calendar_date, source_calendar)

View Source

Converts source_calendar_date of the source_calendar into the corresponding MJD date.

Converts the fixed date in to the corresponding MJD date.

Converts the Julian Day number jd into the corresponding MJD date.

Returns the keyword used to access data in the DR4 sample data.

Link to this function

to_date(mjd_date, target_calendar)

View Source

Converts mjd_date into the corresponding date of target_calendar.

Converts mjd_date into the corresponding fixed date.

Converts mjd_date into the corresponding Julian Day number.