pyacs.lib.astrotime.jpldate_2_datetime.jpldate_2_datetime

pyacs.lib.astrotime.jpldate_2_datetime.jpldate_2_datetime(jpldate)[source]

Convert JPL date to datetime object.

JPL dates are seconds since 2000-01-01 12:00 (TAI).

Parameters:

jpldate (float or array-like) – JPL date (seconds since 2000-01-01 12:00 TAI).

Returns:

Datetime instance(s).

Return type:

datetime or ndarray