epb2jd¶
-
erfa.
epb2jd
(epb)[source]¶ Besselian Epoch to Julian Date.
- Parameters
- epbdouble array
- Returns
- djm0double array
- djmdouble array
Notes
Wraps ERFA function
eraEpb2jd
. The ERFA documentation is:- - - - - - - - - - e r a E p b 2 j d - - - - - - - - - - Besselian Epoch to Julian Date. Given: epb double Besselian Epoch (e.g. 1957.3) 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.