From 714ca5c636385e5e44d3f76705589152c503a44e Mon Sep 17 00:00:00 2001 From: Gene Payne Date: Wed, 28 Aug 2019 08:58:49 -0600 Subject: [PATCH] Fix for Pluto ephemeris expiring on 2019-03-01 (#962) Added plu043.bsp to Pluto asset SPICE kernels. This file is apparently synced already anyway, and handles orbits of Pluto and its moons until year 2100. --- .../assets/scene/solarsystem/dwarf_planets/pluto/kernels.asset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/assets/scene/solarsystem/dwarf_planets/pluto/kernels.asset b/data/assets/scene/solarsystem/dwarf_planets/pluto/kernels.asset index ed16895beb..a29ab30df4 100644 --- a/data/assets/scene/solarsystem/dwarf_planets/pluto/kernels.asset +++ b/data/assets/scene/solarsystem/dwarf_planets/pluto/kernels.asset @@ -7,7 +7,8 @@ local Kernels = asset.syncedResource({ local PlutoKernels = { Kernels .. "/NavPE_de433_od122.bsp", - Kernels .. "/NavSE_plu047_od122.bsp" + Kernels .. "/NavSE_plu047_od122.bsp", + Kernels .. "/ssd_jpl_nasa_gov_plu043.bsp" } asset.export("PlutoKernels", PlutoKernels)