mirror of https://github.com/XEphem/XEphem.git
Add “saturne.2040” ephemeris and code (#21)
The IMCCE/BDL 2020-2040 coefficients data file for Saturn and moons.
This commit is contained in:
parent
27d9e60f3b
commit
26f12ea08a
File diff suppressed because it is too large
Load Diff
|
|
@ -143,6 +143,8 @@ MoonData md[S_NMOONS]) /* fill md[1..NM-1].x/y/z for each moon */
|
|||
fn = "saturne.9910";
|
||||
else if (JD < 2459215.5) /* Jan 1 2021 UTC */
|
||||
fn = "saturne.1020";
|
||||
else if (JD < 2466520.5) /* Jan 1 2041 UTC */
|
||||
fn = "saturne.2040";
|
||||
else
|
||||
return (-1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue