Add “saturne.2040” ephemeris and code (#21)

The IMCCE/BDL 2020-2040 coefficients data file for Saturn and moons.
This commit is contained in:
Serge Montagnac 2021-07-21 12:16:17 +02:00 committed by Brandon Rhodes
parent 27d9e60f3b
commit 26f12ea08a
2 changed files with 1072 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -143,6 +143,8 @@ MoonData md[S_NMOONS]) /* fill md[1..NM-1].x/y/z for each moon */
fn = "saturne.9910"; fn = "saturne.9910";
else if (JD < 2459215.5) /* Jan 1 2021 UTC */ else if (JD < 2459215.5) /* Jan 1 2021 UTC */
fn = "saturne.1020"; fn = "saturne.1020";
else if (JD < 2466520.5) /* Jan 1 2041 UTC */
fn = "saturne.2040";
else else
return (-1); return (-1);