epj2jd¶
-
erfa.
epj2jd
(epj)[source]¶ Julian Epoch to Julian Date.
- Parameters
- epjdouble array
- Returns
- djm0double array
- djmdouble array
Notes
Wraps ERFA function
eraEpj2jd
. The ERFA documentation is:- - - - - - - - - - e r a E p j 2 j d - - - - - - - - - - Julian Epoch to Julian Date. Given: epj double Julian Epoch (e.g. 1996.8) Returned: djm0 double MJD zero-point: always 2400000.5 djm double Modified Julian Date Note: The Julian Date is returned in two pieces, in the usual ERFA manner, which is designed to preserve time resolution. The Julian Date is available as a single number by adding djm0 and djm. Reference: Lieske, J.H., 1979, Astron.Astrophys. 73, 282. Copyright (C) 2013-2020, NumFOCUS Foundation. Derived, with permission, from the SOFA library. See notes at end of file.