fix MJD_0 value in comment (#32)

master
Nordine 2022-02-26 10:11:50 +01:00 committed by GitHub
parent 6aa0622188
commit 3147fdbf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def gcal2jd(year, month, day):
jd1, jd2: 2-element tuple of floats
When added together, the numbers give the Julian date for the
given Gregorian calendar date. The first number is always
MJD_0 i.e., 2451545.5. So the second is the MJD.
MJD_0 i.e., 2400000.5. So the second is the MJD.
Examples
--------