Add documentation to Ephemeris classes

Remove unused "Reference" specification from mod files
Add osirisrex files to gitgnore
Make Ephemeris values into properties
This commit is contained in:
Alexander Bock
2016-09-20 19:24:14 +02:00
parent 329986c0c6
commit 428f488bb6
81 changed files with 307 additions and 827 deletions

View File

@@ -6,12 +6,8 @@ return {
Ephemeris = {
Type = "Spice",
Body = "PLUTO BARYCENTER",
Reference = "GALACTIC",
Observer = "SUN",
Kernels = {
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp",
-- "${OPENSPACE_DATA}/spice/Pluto/EPHEMERIDES/nh_plu017.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp",
},
},
@@ -41,20 +37,14 @@ return {
Ephemeris = {
Type = "Spice",
Body = "PLUTO",
Reference = "GALACTIC",
Observer = "PLUTO BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp",
-- "${OPENSPACE_DATA}/spice/Pluto/EPHEMERIDES/nh_plu017.bsp"
-- "C:/Users/michal/NewHorizons/SPICE/nh_plu017.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp",
},
Rotation = {
Type = "Spice",
Frame = "IAU_PLUTO",
Reference = "GALACTIC"
},
GuiName = "/Solar/Planets/Pluto"
},
{
Name = "Charon",
@@ -81,20 +71,15 @@ return {
Ephemeris = {
Type = "Spice",
Body = "CHARON",
Reference = "ECLIPJ2000",
Observer = "PLUTO BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
Rotation = {
Type = "Spice",
Frame = "IAU_CHARON",
Reference = "ECLIPJ2000"
},
GuiName = "/Solar/Planets/Charon"
},
-- CharonTrail module
{
Name = "CharonTrail",
@@ -114,7 +99,6 @@ return {
-- need to add different texture
},
},
GuiName = "/Solar/CharonTrail"
}
--[[
-- PlutoTrail module