Use correct Mars SPICE constants

This commit is contained in:
Alexander Bock
2016-04-20 09:58:11 +02:00
parent 906470f28e
commit 53e482b40e
+3 -3
View File
@@ -15,7 +15,7 @@ return {
Renderable = {
Type = "RenderablePlanet",
Frame = "IAU_MARS",
Body = "MARS",
Body = "MARS BARYCENTER",
Geometry = {
Type = "SimpleSphere",
Radius = { 6.390, 6 },
@@ -33,7 +33,7 @@ return {
},
Ephemeris = {
Type = "Spice",
Body = "MARS",
Body = "MARS BARYCENTER",
Reference = "ECLIPJ2000",
Observer = "SUN",
Kernels = {
@@ -53,7 +53,7 @@ return {
Parent = "MarsBarycenter",
Renderable = {
Type = "RenderableTrail",
Body = "MARS",
Body = "MARS BARYCENTER",
Frame = "GALACTIC",
Observer = "SUN",
RGB = { 1, 0.8, 0.5 },