Skip to content

Commit

Permalink
Accurate ephemeris for major planets and moons using BSP files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokuijpers committed Jan 5, 2022
1 parent ccb11a0 commit 168db99
Show file tree
Hide file tree
Showing 28 changed files with 7,276 additions and 996 deletions.
71 changes: 43 additions & 28 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions EphemerisFiles/de405.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/jup365_GalileanMoons_1970_2025.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/mar097_MarsSystem_1970_2025.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/nep081_NeptuneMoons_1970_2025.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/plu058_PlutoSystem_1970_2025.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/sat427_SaturnSystem_1970_2025.bsp
Git LFS file not shown
3 changes: 3 additions & 0 deletions EphemerisFiles/ura111_UranusSystem_1970_2025.bsp
Git LFS file not shown
3 changes: 0 additions & 3 deletions src/main/java/application/SolarSystemApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,6 @@ public void handle(MouseEvent event) {
// Create the Solar System
solarSystem = new SolarSystem();

// The stars STARS
//stars = EphemerisStars.getInstance().getAllStars();

// Start dates for trajectories of spacecraft
trajectoryStartDate = new HashMap<>();
trajectoryStartDate.put("Pioneer 10", CalendarUtil.createGregorianCalendar(1972,3,3,1,49,0));
Expand Down
Loading

0 comments on commit 168db99

Please sign in to comment.