mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
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:
@@ -7,11 +7,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
-- Earth module
|
||||
@@ -101,9 +98,7 @@ return {
|
||||
-- G = 0.65,
|
||||
-- },
|
||||
}
|
||||
},
|
||||
|
||||
GuiName = "/Solar/Planets/Earth"
|
||||
}
|
||||
},
|
||||
-- EarthTrail module
|
||||
{
|
||||
@@ -118,8 +113,7 @@ return {
|
||||
TropicalOrbitPeriod = 365.242,
|
||||
EarthOrbitRatio = 1,
|
||||
DayLength = 24
|
||||
},
|
||||
GuiName = "/Solar/EarthTrail"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "EarthMarker",
|
||||
|
||||
@@ -57,8 +57,6 @@ return {
|
||||
TransferFunctionName = "BatsrusPTF",
|
||||
TransferFunction = "transferfunctions/p.txt",
|
||||
Sampler = "psampler.glsl",
|
||||
},
|
||||
GuiName = "/Volumes/Volume"
|
||||
}
|
||||
}
|
||||
--]]
|
||||
}
|
||||
@@ -2,10 +2,6 @@ return {
|
||||
-- Solar System module
|
||||
{
|
||||
Name = "SolarSystem",
|
||||
Parent = "Root",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0}
|
||||
}
|
||||
Parent = "Root"
|
||||
},
|
||||
}
|
||||
@@ -8,9 +8,6 @@ return {
|
||||
File = "${OPENSPACE_DATA}/scene/constellationbounds/data/bound_20.dat",
|
||||
ConstellationFile = "${OPENSPACE_DATA}/scene/constellationbounds/data/constellations.dat",
|
||||
ReferenceFrame = "J2000"
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,6 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "CERES",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/DawnKernels/pck/dawn_ceres_v01.tpc",
|
||||
@@ -35,9 +34,7 @@ return {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_CERES",
|
||||
Reference = "GALACTIC"
|
||||
},
|
||||
|
||||
GuiName = "/Solar/Ceres"
|
||||
}
|
||||
},
|
||||
--[[ Ceres Trail Module
|
||||
{
|
||||
@@ -62,8 +59,7 @@ return {
|
||||
},
|
||||
StartTime = "2010 JAN 01T00:00:00",
|
||||
EndTime = "2018 JAN 22 12:00:00"
|
||||
},
|
||||
GuiName = "/Solar/CeresTrail"
|
||||
}
|
||||
}
|
||||
--]]
|
||||
}
|
||||
@@ -25,7 +25,6 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "DAWN",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/DawnKernels/spk/dawn_ref_070926-150201_070829.bsp",
|
||||
@@ -621,8 +620,7 @@ return {
|
||||
"${OPENSPACE_DATA}/spice/DawnKernels/ck/dawn_sa_120903_120909.bc",
|
||||
"${OPENSPACE_DATA}/spice/DawnKernels/ck/dawn_sa_120910_120916.bc",
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Dawn"
|
||||
}
|
||||
},
|
||||
|
||||
-- Dawn Solar Array module 1
|
||||
@@ -719,7 +717,6 @@ return {
|
||||
StartTime = "2007 SEP 26 13:28:00",
|
||||
EndTime = "2012 SEP 12 12:00:00"
|
||||
},
|
||||
GuiName = "DawnTrail"
|
||||
},
|
||||
--
|
||||
-- -- Dawn Trail Module
|
||||
@@ -771,7 +768,6 @@ return {
|
||||
"CERES"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Dawn_FC1"
|
||||
},
|
||||
|
||||
-- DawnFov 1
|
||||
@@ -798,6 +794,5 @@ return {
|
||||
"CERES"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Dawn_FC"
|
||||
},
|
||||
}
|
||||
|
||||
@@ -88,16 +88,12 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "VESTA",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
--"${OPENSPACE_DATA}/spice/DAWN_KERNELS/pck/dawn_vesta_v06.tpc",
|
||||
"${OPENSPACE_DATA}/spice/DawnKernels/spk/sb_vesta_071107.bsp",
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
GuiName = "/Solar/Vesta"
|
||||
}
|
||||
},
|
||||
-- Vesta Trail Module
|
||||
{
|
||||
@@ -122,7 +118,6 @@ return {
|
||||
},
|
||||
StartTime = "2007 JUL 20 12:00:00",
|
||||
EndTime = "2018 JAN 22 12:00:00"
|
||||
},
|
||||
GuiName = "/Solar/VestaTrail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,11 +7,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
-- RenderableGlobe module
|
||||
@@ -170,8 +167,7 @@ return {
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Planets/DebugGlobe"
|
||||
}
|
||||
},
|
||||
-- EarthTrail module
|
||||
{
|
||||
@@ -186,8 +182,7 @@ return {
|
||||
TropicalOrbitPeriod = 365.242,
|
||||
EarthOrbitRatio = 1,
|
||||
DayLength = 24
|
||||
},
|
||||
GuiName = "/Solar/EarthTrail"
|
||||
}
|
||||
}
|
||||
--[[,
|
||||
{
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
return {
|
||||
{
|
||||
Name = "DebugModel",
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Body = "SUN",
|
||||
Geometry = {
|
||||
Type = "MultiModelGeometry",
|
||||
GeometryFile = "models/OSIRIS-REx GSFC Animation/OSIRIS-REx GSFC Animation/OREXE1.obj",
|
||||
Magnification = 4,
|
||||
},
|
||||
Textures = {
|
||||
Type = "simple",
|
||||
Color = "textures/NHTexture.jpg",
|
||||
},
|
||||
Shading = {
|
||||
PerformShading = true,
|
||||
Fadeable = false,
|
||||
Ghosting = false,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/DebugModel"
|
||||
},
|
||||
}
|
||||
@@ -33,11 +33,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
|
||||
@@ -4,14 +4,9 @@ return {
|
||||
{
|
||||
Name = "Enlil",
|
||||
Parent = "Root",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0.0, 0.0, 0.0, 0}
|
||||
},
|
||||
RenderableToggle = "e",
|
||||
Renderable = {
|
||||
Type = "RenderableVolumeGL",
|
||||
---[[
|
||||
BoxScaling = { f, f, f},
|
||||
VolumeName = "EnlilVolume",
|
||||
Volume = "${OPENSPACE_DATA}/enlil/Hong_Xie_120312_SH_1.enlil.0016.cdf",
|
||||
@@ -26,8 +21,6 @@ return {
|
||||
TransferFunction = "transferfunctions/t2.txt",
|
||||
-- TransferFunction = "transferfunctions/t1.txt",
|
||||
Sampler = "sampler.glsl",
|
||||
--]]
|
||||
},
|
||||
GuiName = "/Volumes/Volume"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,10 +3,6 @@ return {
|
||||
{
|
||||
Name = "Enlil New Horizons",
|
||||
Parent = "Root",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0.0, 0.0, 0.0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableMultiresVolume",
|
||||
ReferenceFrame = "HEEQ",
|
||||
@@ -18,7 +14,6 @@ return {
|
||||
ErrorHistogramsSource = "tsp/enlil_nh_128_128_16_50.errorHistograms",
|
||||
TransferFunction = "transferfunctions/fire.txt",
|
||||
BrickSelector = "tf",
|
||||
},
|
||||
GuiName = "/Volumes/ENLIL New Horizons"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,10 +10,6 @@ return {
|
||||
{
|
||||
Name = "Fieldlines1",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0},
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFieldlines",
|
||||
VectorField = {
|
||||
@@ -30,16 +26,11 @@ return {
|
||||
Type = "File",
|
||||
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_closed_seeds_all.txt';
|
||||
}
|
||||
},
|
||||
GuiName = "/Geometry/Fieldlines"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "Fieldlines2",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0},
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFieldlines",
|
||||
VectorField = {
|
||||
@@ -56,16 +47,11 @@ return {
|
||||
Type = "File",
|
||||
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_north_all.txt'
|
||||
}
|
||||
},
|
||||
GuiName = "/Geometry/Fieldlines"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "Fieldlines3",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0},
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFieldlines",
|
||||
VectorField = {
|
||||
@@ -82,16 +68,11 @@ return {
|
||||
Type = "File",
|
||||
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_open_south_all.txt'
|
||||
}
|
||||
},
|
||||
GuiName = "/Geometry/Fieldlines"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "Fieldlines4",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0},
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFieldlines",
|
||||
VectorField = {
|
||||
@@ -108,16 +89,11 @@ return {
|
||||
Type = "File",
|
||||
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_solar_wind_all.txt'
|
||||
}
|
||||
},
|
||||
GuiName = "/Geometry/Fieldlines"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "Fieldlines5",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0},
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFieldlines",
|
||||
VectorField = {
|
||||
@@ -134,7 +110,6 @@ return {
|
||||
Type = "File",
|
||||
File = '${OPENSPACE_DATA}/scene/fieldlines/bats_seeds/BATS_R_US_separatrix_seeds_all.txt'
|
||||
}
|
||||
},
|
||||
GuiName = "/Geometry/Fieldlines"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,10 +3,6 @@ return {
|
||||
{
|
||||
Name = "Flare",
|
||||
Parent = "Root",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = { 0, 0, 0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableFlare",
|
||||
Source = "${OPENSPACE_DATA}/enlil_64_32_8.tsp",
|
||||
@@ -23,7 +19,6 @@ return {
|
||||
|
||||
tsp_traveral_stepsize = 0.02,
|
||||
raycaster_stepsize = 0.005,
|
||||
},
|
||||
GuiName = "/Volumes/Flare"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,6 @@ return {
|
||||
{
|
||||
Name = "SphericalGrid",
|
||||
Parent = "Root",
|
||||
Static = true,
|
||||
Renderable = {
|
||||
Type = "RenderableSphericalGrid",
|
||||
GridType = "ECLIPJ2000",
|
||||
@@ -13,22 +12,6 @@ return {
|
||||
-0.09647644, 0.8622859, 0.4971472 , 0.0,
|
||||
0.0 , 0.0 , 0.0 , 1.0 },
|
||||
GridSegments = 36,
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static" -- for now, might change.
|
||||
},
|
||||
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "EARTH BARYCENTER",
|
||||
Kernels = {
|
||||
"kernels/earth.bsp"
|
||||
}
|
||||
},
|
||||
--]]
|
||||
GuiName = "/Grid/Ecliptic"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,6 @@ return {
|
||||
{
|
||||
Name = "SphericalGrid",
|
||||
Parent = "Root",
|
||||
Static = true,
|
||||
Renderable = {
|
||||
Type = "RenderableSphericalGrid",
|
||||
GridType = "ICRF",
|
||||
@@ -13,11 +12,6 @@ return {
|
||||
-0.483835 , 0.7469823, 0.4559838, 0.0,
|
||||
0.0 , 0.0 , 0.0 , 1.0 },
|
||||
GridSegments = 36,
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static" -- for now, might change.
|
||||
},
|
||||
|
||||
GuiName = "/Grid/Equatorial"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,32 +3,15 @@ return {
|
||||
{
|
||||
Name = "gridGalactic",
|
||||
Parent = "SolarSystem",
|
||||
Static = true,
|
||||
Renderable = {
|
||||
Type = "RenderableSphericalGrid",
|
||||
GridType = "GALACTIC",
|
||||
GridColor = { 0.0, 0.4, 0.4, 1},
|
||||
GridMatrix = { 1.0, 0.0, 0.0, 0.0,
|
||||
0.0, 1.0, 0.0, 0.0,
|
||||
0.0, 0.0, 1.0, 0.0,
|
||||
GridMatrix = { 1.0, 0.0, 0.0, 0.0,
|
||||
0.0, 1.0, 0.0, 0.0,
|
||||
0.0, 0.0, 1.0, 0.0,
|
||||
0.0, 0.0, 0.0, 1.0 },
|
||||
GridSegments = 36,
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static" -- for now, might change.
|
||||
},
|
||||
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "EARTH BARYCENTER",
|
||||
Kernels = {
|
||||
"kernels/earth.bsp"
|
||||
}
|
||||
},
|
||||
--]]
|
||||
GuiName = "/Grid/Galactic"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
return {
|
||||
-- Latest image taken by LORRI
|
||||
--[[
|
||||
{
|
||||
Name = "ImagePlane",
|
||||
Parent = "PlutoProjection",
|
||||
Renderable = {
|
||||
Type = "RenderablePlaneProjection",
|
||||
Frame = "NH_SPACECRAFT",
|
||||
DefaultTarget = "PLUTO",
|
||||
Spacecraft = "NEW HORIZONS",
|
||||
Instrument = "NH_LORRI",
|
||||
Moving = false,
|
||||
Texture = "textures/squarefov.png",
|
||||
},
|
||||
},
|
||||
|
||||
-- LORRI FoV square
|
||||
{
|
||||
Name = "ImagePlane2",
|
||||
Parent = "NewHorizons",
|
||||
Renderable = {
|
||||
Type = "RenderablePlaneProjection",
|
||||
Frame = "IAU_JUPITER",
|
||||
DefaultTarget = "JUPITER",
|
||||
Spacecraft = "NEW HORIZONS",
|
||||
Instrument = "NH_LORRI",
|
||||
Moving = true,
|
||||
Texture = "textures/squarefov.png",
|
||||
},
|
||||
}
|
||||
]]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB |
@@ -31,7 +31,6 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "JUNO",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"spice/JNO_SCLKSCET.00039.tsc",
|
||||
@@ -120,8 +119,7 @@ return {
|
||||
"spice/ck/juno_sc_prl_160729_160826_jm0002rp_v01.bc",
|
||||
"spice/ck/juno_sc_prl_161115_161213_jx0405rp_v01.bc"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Juno"
|
||||
}
|
||||
},
|
||||
--NewHorizonsTrail module
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 |
@@ -8,11 +8,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -29,8 +26,7 @@ return {
|
||||
TropicalOrbitPeriod = 365.242,
|
||||
EarthOrbitRatio = 1,
|
||||
DayLength = 24
|
||||
},
|
||||
GuiName = "/Solar/EarthTrail"
|
||||
}
|
||||
},
|
||||
-- RenderableGlobe module
|
||||
{
|
||||
@@ -130,7 +126,6 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Earth"
|
||||
}
|
||||
},
|
||||
}
|
||||
@@ -3,9 +3,6 @@ return {
|
||||
{
|
||||
Name = "EarthBarycenter",
|
||||
Parent = "SolarSystemBarycenter",
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
},
|
||||
-- EarthTrail module
|
||||
{
|
||||
@@ -30,11 +27,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EARTH",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
@@ -86,8 +80,7 @@ return {
|
||||
HeightMapOverlays = {
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/LodEarth"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "LodMoon",
|
||||
@@ -95,11 +88,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "MOON",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
@@ -180,11 +170,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "MARS",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/MAR063.BSP"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/MAR063.BSP"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
@@ -243,8 +230,7 @@ return {
|
||||
HeightMapOverlays = {
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/LodEarth"
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "LodMercury",
|
||||
@@ -252,11 +238,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "MERCURY",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
@@ -303,7 +286,6 @@ return {
|
||||
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/LodEarth"
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@@ -8,11 +8,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MARS BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -128,9 +125,7 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
GuiName = "/Solar/Planets/LodMars"
|
||||
}
|
||||
},
|
||||
-- MarsTrail module
|
||||
{
|
||||
@@ -145,7 +140,6 @@ return {
|
||||
TropicalOrbitPeriod = 686.973,
|
||||
EarthOrbitRatio = 1.881,
|
||||
DayLength = 24.6597,
|
||||
},
|
||||
GuiName = "/Solar/MarsTrail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,11 +7,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MERCURY",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -70,7 +67,6 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/LodMercury"
|
||||
},
|
||||
|
||||
-- MercuryTrail module
|
||||
@@ -87,6 +83,5 @@ return {
|
||||
EarthOrbitRatio = 0.241,
|
||||
DayLength = 4222.6,
|
||||
},
|
||||
GuiName = "/Solar/MercuryTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,11 +7,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MOON",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "EARTH BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -59,8 +56,7 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Moon"
|
||||
}
|
||||
},
|
||||
-- MoonTrail module
|
||||
{
|
||||
@@ -75,7 +71,6 @@ return {
|
||||
TropicalOrbitPeriod = 60,
|
||||
EarthOrbitRatio = 0.01,
|
||||
DayLength = 1.0,
|
||||
},
|
||||
GuiName = "/Solar/MoonTrail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,11 +31,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MARS BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -46,8 +43,7 @@ return {
|
||||
Type = "StaticScale",
|
||||
Scale = 1,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Mars"
|
||||
}
|
||||
},
|
||||
-- MarsTrail module
|
||||
{
|
||||
@@ -67,7 +63,6 @@ return {
|
||||
Color = "${COMMON_MODULE}/textures/glare_blue.png",
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/MarsTrail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,11 +31,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MERCURY",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -46,8 +43,7 @@ return {
|
||||
Type = "StaticScale",
|
||||
Scale = 1,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Mercury"
|
||||
}
|
||||
},
|
||||
-- MercuryTrail module
|
||||
{
|
||||
@@ -67,7 +63,6 @@ return {
|
||||
Color = "${COMMON_MODULE}/textures/glare_blue.png",
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/MercuryTrail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,9 @@ return {
|
||||
{
|
||||
Name = "MilkyWay",
|
||||
Parent = "SolarSystem",
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableSphere",
|
||||
Size = {10, 20},
|
||||
Size = { 10, 20 },
|
||||
Segments = 40,
|
||||
Texture = "textures/eso0932a_blend.png",
|
||||
Orientation = "Inside/Outside"
|
||||
|
||||
@@ -2,12 +2,9 @@ return {
|
||||
{
|
||||
Name = "MilkyWay",
|
||||
Parent = "SolarSystem",
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableSphere",
|
||||
Size = {10, 22},
|
||||
Size = { 10, 22 },
|
||||
Segments = 40,
|
||||
Texture = "textures/DarkUniverse_mellinger_8k.jpg",
|
||||
Orientation = "Inside/Outside"
|
||||
|
||||
@@ -5,8 +5,8 @@ return {
|
||||
Parent = "EarthBarycenter",
|
||||
Renderable = {
|
||||
Type = "RenderablePlanet",
|
||||
Frame = "IAU_MOON",
|
||||
Body = "MOON",
|
||||
Frame = "IAU_MOON",
|
||||
Body = "MOON",
|
||||
Geometry = {
|
||||
Type = "SimpleSphere",
|
||||
Radius = { 1.737, 6},
|
||||
@@ -32,11 +32,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "MOON",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "EARTH BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -44,7 +41,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000"
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/MOON"
|
||||
},
|
||||
-- MoonTrail module
|
||||
{
|
||||
@@ -65,6 +61,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/MoonTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,6 @@ return {
|
||||
{
|
||||
Name = "NeptuneBarycenter",
|
||||
Parent = "SolarSystemBarycenter",
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
},
|
||||
|
||||
-- Neptune module
|
||||
@@ -29,18 +26,14 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "NEPTUNE BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_NEPTUNE",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
GuiName = "/Solar/Planets/Neptune"
|
||||
},
|
||||
-- NeptuneTrail module
|
||||
{
|
||||
@@ -61,6 +54,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NeptuneTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,6 @@ return {
|
||||
-- "stars-denver",
|
||||
"milkyway",
|
||||
-- "milkyway-eso",
|
||||
"imageplane",
|
||||
"newhorizons/newhorizons",
|
||||
"newhorizons/newhorizonsfov",
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ return {
|
||||
Renderable = {
|
||||
Type = "RenderablePlanetProjection",
|
||||
Frame = "IAU_CALLISTO",
|
||||
Body = "CALLISTO",
|
||||
Body = "CALLISTO",
|
||||
Geometry = {
|
||||
Type = "SimpleSphere",
|
||||
Radius = { 1.8213, 6 },
|
||||
@@ -37,31 +37,12 @@ return {
|
||||
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "CALLISTO",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_CALLISTO",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "CALLISTO",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -69,7 +50,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Jupiter"
|
||||
},
|
||||
{
|
||||
Name = "CallistoText",
|
||||
@@ -115,6 +95,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/CallistoTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,31 +37,12 @@ return {
|
||||
"JUPITER", "IO", "EUROPA", "GANYMEDE", "CALLISTO"
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "EUROPA",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_EUROPA",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "EUROPA",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -69,7 +50,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Jupiter"
|
||||
},
|
||||
{
|
||||
Name = "EuropaText",
|
||||
@@ -115,6 +95,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/EuropaTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,11 +41,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "GANYMEDE",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -53,23 +50,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000",
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "GANYMEDE",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_GANYMEDE",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
GuiName = "/Solar/Planets/Jupiter"
|
||||
},
|
||||
{
|
||||
Name = "GanymedeText",
|
||||
@@ -109,6 +89,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/GanymedeTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,11 +41,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "IO",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "JUPITER BARYCENTER",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -69,7 +66,6 @@ return {
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
GuiName = "/Solar/Planets/Jupiter"
|
||||
},
|
||||
{
|
||||
Name = "IoText",
|
||||
@@ -109,6 +105,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/IoTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -97,7 +94,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Jupiter"
|
||||
},
|
||||
{
|
||||
Name = "JupiterText",
|
||||
@@ -136,7 +132,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/JupiterTrail"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -102,23 +102,10 @@ return {
|
||||
Ghosting = false,
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "NEW HORIZONS",
|
||||
-- Reference = "ECLIPJ2000",
|
||||
Reference = "GALACTIC",
|
||||
-- Observer = "PLUTO BARYCENTER",
|
||||
Observer = "SUN",
|
||||
-- Observer = "JUPITER BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "NEW HORIZONS",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -128,7 +115,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NewHorizons"
|
||||
},
|
||||
--NewHorizonsTrail module
|
||||
--[[{
|
||||
@@ -181,7 +167,6 @@ return {
|
||||
Ghosting = false,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NewHorizons"
|
||||
},
|
||||
|
||||
{
|
||||
@@ -209,7 +194,6 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 3,
|
||||
},
|
||||
GuiName = "/Solar/NewHorizonsTrailPluto"
|
||||
},
|
||||
--[[
|
||||
-- NewHorizonsPath module
|
||||
|
||||
@@ -24,7 +24,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_LORRI"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_LEISA
|
||||
{
|
||||
@@ -51,7 +50,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_LEISA"
|
||||
},
|
||||
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_PAN1
|
||||
@@ -79,7 +77,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_PAN1"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_PAN2
|
||||
{
|
||||
@@ -107,7 +104,6 @@ return {
|
||||
}
|
||||
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_PAN2"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_RED
|
||||
{
|
||||
@@ -135,7 +131,6 @@ return {
|
||||
}
|
||||
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_RED"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_BLUE
|
||||
{
|
||||
@@ -162,7 +157,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_BLUE"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_FT
|
||||
{
|
||||
@@ -189,7 +183,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_FT"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_METHANE
|
||||
{
|
||||
@@ -216,7 +209,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_METHANE"
|
||||
},
|
||||
-- NewHorizonsFov module NH_RALPH_MVIC_NIR
|
||||
{
|
||||
@@ -243,7 +235,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_RALPH_MVIC_METHANE"
|
||||
},
|
||||
-- NewHorizonsFov module NH_ALICE_AIRGLOW
|
||||
{
|
||||
@@ -270,7 +261,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_ALICE_AIRGLOW"
|
||||
},
|
||||
-- NewHorizonsFov module NH_ALICE_SOC
|
||||
{
|
||||
@@ -297,7 +287,6 @@ return {
|
||||
"Jupiter", "Io", "Europa", "Ganymede", "Callisto"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/NH_ALICE_SOC"
|
||||
},
|
||||
{
|
||||
Name = "NH_REX",
|
||||
|
||||
@@ -15,6 +15,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NewHorizonsPath"
|
||||
}
|
||||
}
|
||||
@@ -18,6 +18,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NewHorizonsTrail"
|
||||
}
|
||||
}
|
||||
@@ -56,25 +56,10 @@ return {
|
||||
"CHARON"
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "CHARON",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_CHARON",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "CHARON",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -84,7 +69,6 @@ return {
|
||||
DestinationFrame = "GALACTIC"
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Charon"
|
||||
},
|
||||
{
|
||||
Name = "CharonText",
|
||||
@@ -103,12 +87,6 @@ return {
|
||||
Position = {0, -1000000, 0}
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, -10, 0, 5}
|
||||
}
|
||||
]]
|
||||
},
|
||||
{
|
||||
Name = "CharonShadow",
|
||||
@@ -143,6 +121,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/CharonTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,25 +27,10 @@ return {
|
||||
Color = "textures/gray.jpg",
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "Hydra",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_PLUTO",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "HYDRA",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -55,7 +40,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000"
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Hydra"
|
||||
},
|
||||
{
|
||||
Name = "HydraText",
|
||||
@@ -73,12 +57,6 @@ return {
|
||||
Position = {1000000, 0, 1000000},
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {1, 0, 1, 6}
|
||||
}
|
||||
]]
|
||||
},
|
||||
-- HydraTrail module
|
||||
{
|
||||
@@ -100,7 +78,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/HydraTrail"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -27,25 +27,10 @@ return {
|
||||
Color = "textures/gray.jpg",
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "KERBEROS",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_PLUTO",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "KERBEROS",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -55,7 +40,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000"
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Kerberos"
|
||||
},
|
||||
{
|
||||
Name = "KerberosText",
|
||||
@@ -67,12 +51,6 @@ return {
|
||||
Billboard = true,
|
||||
Texture = "textures/Kerberos-Text.png"
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {1, 0, 1, 6}
|
||||
}
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "StaticEphemeris",
|
||||
@@ -100,7 +78,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/KerberosTrail"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -31,7 +31,6 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "NIX",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -41,21 +40,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000"
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "NIX",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_PLUTO",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
GuiName = "/Solar/Planets/Nix"
|
||||
},
|
||||
{
|
||||
Name = "NixText",
|
||||
@@ -67,12 +51,6 @@ return {
|
||||
Billboard = true,
|
||||
Texture = "textures/Nix-Text.png"
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 0, 0}
|
||||
}
|
||||
]]
|
||||
},
|
||||
-- StyxTrail module
|
||||
{
|
||||
@@ -94,7 +72,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/NixTrail"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -21,20 +21,10 @@ return {
|
||||
{
|
||||
Name = "PlutoBarycenter",
|
||||
Parent = "SolarSystemBarycenter",
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "PLUTO BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "PLUTO BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -165,25 +155,10 @@ return {
|
||||
"P4",
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "PLUTO",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_PLUTO",
|
||||
Reference = "GALACTIC"
|
||||
},
|
||||
]]
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "PLUTO",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -193,7 +168,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Planets/Pluto"
|
||||
},
|
||||
{
|
||||
Name = "PlutoBarycenterLabel",
|
||||
@@ -209,12 +183,6 @@ return {
|
||||
MieColor = {1.0, 1.0, 1.0}
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 0, 1}
|
||||
},
|
||||
]]
|
||||
},
|
||||
{
|
||||
Name = "PlutoText",
|
||||
@@ -233,12 +201,6 @@ return {
|
||||
Position = {0, -2000000, 0}
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, -20, 0, 5}
|
||||
}
|
||||
]]
|
||||
},
|
||||
{
|
||||
Name = "PlutoTexture",
|
||||
@@ -257,12 +219,6 @@ return {
|
||||
Position = {0, -4000000, 0}
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 40, 5}
|
||||
}
|
||||
]]
|
||||
},
|
||||
{
|
||||
Name = "PlutoShadow",
|
||||
@@ -297,7 +253,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/CharonTrail"
|
||||
},
|
||||
-- PlutoTrail module
|
||||
{
|
||||
@@ -318,6 +273,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/PlutoTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,26 +27,10 @@ return {
|
||||
Color = "textures/gray.jpg",
|
||||
}
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "STYX",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_PLUTO",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
]]
|
||||
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "STYX",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "PLUTO BARYCENTER",
|
||||
Kernels = NewHorizonsKernels
|
||||
},
|
||||
@@ -56,7 +40,6 @@ return {
|
||||
DestinationFrame = "ECLIPJ2000"
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Styx"
|
||||
},
|
||||
{
|
||||
Name = "StyxText",
|
||||
@@ -75,12 +58,6 @@ return {
|
||||
Position = {1000000, 0, 1000000}
|
||||
},
|
||||
},
|
||||
--[[
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {1, 0, 1, 6}
|
||||
}
|
||||
]]
|
||||
},
|
||||
-- StyxTrail module
|
||||
{
|
||||
@@ -102,7 +79,6 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/CharonTrail"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -11,12 +11,9 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = BENNU_BODY,
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
},
|
||||
},
|
||||
|
||||
GuiName = "/Solar/Bennu"
|
||||
},
|
||||
{
|
||||
Name = "Bennu2",
|
||||
@@ -97,8 +94,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
},
|
||||
|
||||
GuiName = "/Solar/Bennu"
|
||||
},
|
||||
{
|
||||
Name = "BennuTrail",
|
||||
@@ -124,6 +119,5 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 0,
|
||||
},
|
||||
GuiName = "OsirisRexTrailLocal"
|
||||
},
|
||||
}
|
||||
|
||||
@@ -29,7 +29,6 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "OSIRIS-REX",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
},
|
||||
Rotation = {
|
||||
@@ -38,7 +37,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/OsirisRex"
|
||||
},
|
||||
{
|
||||
Name = "ORX_OCAMS_POLYCAM",
|
||||
@@ -72,7 +70,6 @@ return {
|
||||
DestinationFrame = "ORX_SPACECRAFT",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/ORX_OCAMS_POLYCAM"
|
||||
},
|
||||
{
|
||||
Name = "ORX_REXIS",
|
||||
@@ -104,11 +101,10 @@ return {
|
||||
Type = "SpiceRotation",
|
||||
SourceFrame = "ORX_REXIS",
|
||||
DestinationFrame = "ORX_SPACECRAFT",
|
||||
}, },
|
||||
|
||||
GuiName = "/Solar/ORX_REXIS"
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
{
|
||||
Name = "POLYCAM FOV",
|
||||
Parent = "ORX_OCAMS_POLYCAM",
|
||||
Renderable = {
|
||||
@@ -125,9 +121,8 @@ return {
|
||||
BENNU_BODY -- Bennu
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/POLYCAM FOV"
|
||||
},
|
||||
{
|
||||
{
|
||||
Name = "REXIS FOV",
|
||||
Parent = "ORX_REXIS",
|
||||
Renderable = {
|
||||
@@ -144,7 +139,6 @@ return {
|
||||
BENNU_BODY -- Bennu
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/REXIS FOV"
|
||||
},
|
||||
--[[
|
||||
-- Latest image taken by POLYCAM
|
||||
@@ -211,7 +205,6 @@ return {
|
||||
SampleDeltaTime = 60, -- Seconds between each point
|
||||
SubSamples = 59,
|
||||
},
|
||||
GuiName = "OsirisRexTrailEarth"
|
||||
},
|
||||
|
||||
-- Trail relative to solar system barycenter
|
||||
@@ -240,7 +233,6 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 0,
|
||||
},
|
||||
GuiName = "OsirisRexTrailSolarSystem"
|
||||
},
|
||||
|
||||
-- Trail relative to Bennu
|
||||
@@ -269,7 +261,6 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 3,
|
||||
},
|
||||
GuiName = "OsirisRexTrailBennu"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,11 +7,9 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "CHURYUMOV-GERASIMENKO",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/67PBarycenter",
|
||||
},
|
||||
{
|
||||
Name = "67P",
|
||||
@@ -89,7 +87,6 @@ return {
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/67P",
|
||||
},
|
||||
-- 67P Trail Module
|
||||
{
|
||||
@@ -117,7 +114,6 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 0,
|
||||
},
|
||||
GuiName = "/Solar/67PTrail"
|
||||
},
|
||||
--[[
|
||||
{
|
||||
|
||||
@@ -64,7 +64,6 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "ROSETTA",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SUN",
|
||||
Kernels = RosettaKernels
|
||||
},
|
||||
@@ -276,7 +275,6 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "PHILAE",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "CHURYUMOV-GERASIMENKO",
|
||||
Kernels = RosettaKernels
|
||||
},
|
||||
@@ -361,7 +359,6 @@ return {
|
||||
Color = "textures/tex_01.png"
|
||||
},
|
||||
Rotation = { ModelTransform = RotationMatrix }
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -389,7 +386,6 @@ return {
|
||||
SampleDeltaTime = 3600, -- Seconds between each point
|
||||
SubSamples = 3,
|
||||
},
|
||||
GuiName = "/Solar/RosettaCometTrail"
|
||||
},
|
||||
{
|
||||
Name = "PhilaeTrail",
|
||||
@@ -416,12 +412,10 @@ return {
|
||||
SampleDeltaTime = 2, -- Seconds between each point
|
||||
SubSamples = 0,
|
||||
},
|
||||
GuiName = "/Solar/RosettaCometTrail"
|
||||
},
|
||||
{
|
||||
Name = "NAVCAM",
|
||||
Parent = "Rosetta",
|
||||
GuiName = "/Solar/Rosetta_navcam"
|
||||
},
|
||||
{
|
||||
Name = "NAVCAM FOV",
|
||||
@@ -445,7 +439,6 @@ return {
|
||||
"CHURYUMOV-GERASIMENKO"
|
||||
}
|
||||
},
|
||||
GuiName = "/Solar/Rosetta_navcam"
|
||||
},
|
||||
-- Latest image taken by NAVCAM
|
||||
{
|
||||
|
||||
@@ -32,11 +32,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "SATURN BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -48,7 +45,6 @@ return {
|
||||
Scale = 1,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Saturn"
|
||||
},
|
||||
-- SaturnTrail module
|
||||
{
|
||||
@@ -69,6 +65,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/SaturnTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,5 @@ return {
|
||||
Texture = "textures/halo.png",
|
||||
ColorMap = "denver_colorbv.cmap"
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,5 @@ return {
|
||||
Texture = "${OPENSPACE_DATA}/scene/stars/textures/halo.png",
|
||||
ColorMap = "${OPENSPACE_DATA}/scene/stars/colorbv.cmap"
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,6 @@ return {
|
||||
{
|
||||
Name = "SolarSystemBarycenter",
|
||||
Parent = "SolarSystem",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
},
|
||||
},
|
||||
|
||||
-- Sun module
|
||||
@@ -30,11 +27,8 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "SUN",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SSB",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
@@ -56,12 +50,9 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "SUN",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "SSB",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
},
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SunMarker",
|
||||
|
||||
@@ -2,10 +2,6 @@ return {
|
||||
{
|
||||
Name = "ToyVolume 1",
|
||||
Parent = "Sun",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableToyVolume",
|
||||
Color = {1.0, 0.0, 0.0, 0.7},
|
||||
@@ -13,39 +9,28 @@ return {
|
||||
Rotation = {0.5, 0, 0},
|
||||
ScalingExponent = 11
|
||||
},
|
||||
GuiName = "/Volumes/ToyVolume1"
|
||||
},
|
||||
{
|
||||
Name = "ToyVolume 2",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableToyVolume",
|
||||
Color = {1.0, 0.8, 0.0, 0.7},
|
||||
Translation = {0.0, 0.0, 0.0},
|
||||
Scaling = {5.0, 2.5, 5.0},
|
||||
Scaling = {5.0, 2.5, 5.0},
|
||||
ScalingExponent = 6
|
||||
},
|
||||
GuiName = "/Volumes/ToyVolume2"
|
||||
},
|
||||
{
|
||||
Name = "ToyVolume 3",
|
||||
Parent = "Earth",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Translation = {0, 0, 0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableToyVolume",
|
||||
Scaling = {2.0, 2.0, 2.0},
|
||||
Rotation = {3.14/2.0, 0, 0},
|
||||
Color = {1.0, 1.0, 1.0, 0.7},
|
||||
Translation = {0.0, 0.0, 0.0},
|
||||
ScalingExponent = 6
|
||||
ScalingExponent = 6
|
||||
},
|
||||
GuiName = "/Volumes/ToyVolume3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,11 +32,8 @@ return {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "URANUS BARYCENTER",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
@@ -48,7 +45,6 @@ return {
|
||||
Scale = 1,
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/Planets/Uranus"
|
||||
},
|
||||
-- UranusTrail module
|
||||
{
|
||||
@@ -69,6 +65,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/UranusTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,6 @@ return {
|
||||
{
|
||||
Name = "VenusBarycenter",
|
||||
Parent = "SolarSystemBarycenter",
|
||||
Ephemeris = {
|
||||
Type = "Static"
|
||||
}
|
||||
},
|
||||
|
||||
-- Venus module
|
||||
@@ -34,18 +31,14 @@ return {
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
Body = "VENUS",
|
||||
Reference = "ECLIPJ2000",
|
||||
Observer = "SUN",
|
||||
Kernels = {
|
||||
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
}
|
||||
Kernels = "${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
||||
},
|
||||
Rotation = {
|
||||
Type = "Spice",
|
||||
Frame = "IAU_VENUS",
|
||||
Reference = "ECLIPJ2000"
|
||||
},
|
||||
GuiName = "/Solar/Planets/VENUS"
|
||||
},
|
||||
-- VenusTrail module
|
||||
{
|
||||
@@ -66,6 +59,5 @@ return {
|
||||
-- need to add different texture
|
||||
},
|
||||
},
|
||||
GuiName = "/Solar/VenusTrail"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,6 @@ return {
|
||||
{
|
||||
Name = "Volumetric Milky Way",
|
||||
Parent = "Root",
|
||||
Ephemeris = {
|
||||
Type = "Static",
|
||||
Position = {0, 0, 0, 0}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableGalaxy",
|
||||
Translation = {0, 0, 0},
|
||||
@@ -21,6 +17,5 @@ return {
|
||||
Scaling = {kiloparsec, kiloparsec, kiloparsec}
|
||||
}
|
||||
},
|
||||
GuiName = "/VolumetricMilkyWay"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user