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

@@ -26,11 +26,8 @@ return {
Translation = {
Type = "SpiceEphemeris",
Body = "CALLISTO",
Reference = "ECLIPJ2000",
Observer = "JUPITER BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/jup260.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Rotation = {
Type = "SpiceRotation",
@@ -41,8 +38,7 @@ return {
Type = "StaticScale",
Scale = 1,
},
},
GuiName = "/Solar/Planets/Callisto"
}
},
-- CallistoTrail module
{
@@ -62,7 +58,6 @@ return {
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
GuiName = "/Solar/CallistoTrail"
}
}
}

View File

@@ -26,11 +26,8 @@ return {
Translation = {
Type = "SpiceEphemeris",
Body = "EUROPA",
Reference = "ECLIPJ2000",
Observer = "JUPITER BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/jup260.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Rotation = {
Type = "SpiceRotation",
@@ -41,8 +38,7 @@ return {
Type = "StaticScale",
Scale = 1,
},
},
GuiName = "/Solar/Planets/EUROPA"
}
},
-- EuropaTrail module
{
@@ -62,7 +58,6 @@ return {
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
GuiName = "/Solar/EuropaTrail"
}
}
}

View File

@@ -26,11 +26,8 @@ return {
Translation = {
Type = "SpiceEphemeris",
Body = "GANYMEDE",
Reference = "ECLIPJ2000",
Observer = "JUPITER BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/jup260.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Rotation = {
Type = "SpiceRotation",
@@ -41,8 +38,7 @@ return {
Type = "StaticScale",
Scale = 1,
},
},
GuiName = "/Solar/Planets/Ganymede"
}
},
-- GanymedeTrail module
{
@@ -62,7 +58,6 @@ return {
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
GuiName = "/Solar/GanymedeTrail"
}
}
}

View File

@@ -26,11 +26,8 @@ return {
Translation = {
Type = "SpiceEphemeris",
Body = "IO",
Reference = "ECLIPJ2000",
Observer = "JUPITER BARYCENTER",
Kernels = {
"${OPENSPACE_DATA}/spice/jup260.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/jup260.bsp"
},
Rotation = {
Type = "SpiceRotation",
@@ -41,8 +38,7 @@ return {
Type = "StaticScale",
Scale = 1,
},
},
GuiName = "/Solar/Planets/Jupiter"
}
},
-- IoTrail module
{
@@ -62,7 +58,6 @@ return {
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
GuiName = "/Solar/IoTrail"
}
}
}

View File

@@ -7,11 +7,8 @@ return {
Translation = {
Type = "SpiceEphemeris",
Body = "JUPITER BARYCENTER",
Reference = "ECLIPJ2000",
Observer = "SUN",
Kernels = {
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
}
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
},
},
},
@@ -52,8 +49,7 @@ return {
Type = "StaticScale",
Scale = 1,
},
},
GuiName = "/Solar/Planets/Jupiter"
}
},
-- JupiterTrail module
{
@@ -73,7 +69,6 @@ return {
Color = "${COMMON_MODULE}/textures/glare_blue.png",
-- need to add different texture
},
},
GuiName = "/Solar/JupiterTrail"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB