mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Move Gaia and JWST from 'missions' to new 'telescopes' folder
This commit is contained in:
@@ -44,7 +44,7 @@ local Gaia = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "Gaia",
|
||||
Path = "/Solar System/Missions/Gaia"
|
||||
Path = "/Solar System/Telescopes/Gaia"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ local GaiaTrail = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "Gaia Trail",
|
||||
Path = "/Solar System/Missions/Gaia"
|
||||
Path = "/Solar System/Telescopes/Gaia"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ local GaiaTrailEclip = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "Gaia Ecliptic Trail",
|
||||
Path = "/Solar System/Missions/Gaia"
|
||||
Path = "/Solar System/Telescopes/Gaia"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ local GaiaPosition = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "Position",
|
||||
Path = "/Solar System/Missions/Gaia"
|
||||
Path = "/Solar System/Telescopes/Gaia"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ local JWSTBand = {
|
||||
Tag = { "mission_jwst_fov" },
|
||||
GUI = {
|
||||
Name = "JWST Safe Viewing Band",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Description = [[
|
||||
The safe viewing band for the James Webb Space Telescope at its current position
|
||||
]]
|
||||
@@ -84,7 +84,7 @@ local JWSTModel = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "James Webb Space Telescope Model",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Description = [[
|
||||
Animated model of the James Webb Space Telescope that shows its deployment in
|
||||
real time
|
||||
@@ -118,7 +118,7 @@ local JWSTFov = {
|
||||
Tag = { "mission_jwst_fov" },
|
||||
GUI = {
|
||||
Name = "JWST Field of View",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Description = [[
|
||||
The field of view for the James Webb Space Telescope at its current position
|
||||
]]
|
||||
@@ -145,7 +145,7 @@ local JWSTLabel = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Label",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Description = "Main label for the James Webb Space Telescope"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
local transforms = asset.require("scene/solarsystem/planets/earth/transforms")
|
||||
local jwstTransforms = asset.require("scene/solarsystem/missions/jwst/transforms")
|
||||
local jwstTransforms = asset.require("scene/solarsystem/telescopes/jwst/transforms")
|
||||
local sunTransforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
local hudf = asset.require("./hudf_image")
|
||||
|
||||
@@ -25,7 +25,7 @@ local HUDFPosition = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "Hubble Ultra Deep Field Position",
|
||||
Path = "/Solar System/Missions/JWST/HUDF",
|
||||
Path = "/Solar System/Telescopes/JWST/HUDF",
|
||||
Hidden = true,
|
||||
Description = [[
|
||||
Galactic cartesian position for the Hubble Ultra Deep Field
|
||||
@@ -68,7 +68,7 @@ local HUDFJWSTLine = {
|
||||
Tag = { "mission_jwst_hudf" },
|
||||
GUI = {
|
||||
Name = "JWST to HUDF Line",
|
||||
Path = "/Solar System/Missions/JWST/HUDF",
|
||||
Path = "/Solar System/Telescopes/JWST/HUDF",
|
||||
Description = [[
|
||||
Line from the James Webb Space Telescope to the Hubble Ultra Deep Field
|
||||
]]
|
||||
@@ -43,7 +43,7 @@ local JWSTTrailLaunch = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Launch Trail",
|
||||
Path = "/Solar System/Missions/JWST/Trails",
|
||||
Path = "/Solar System/Telescopes/JWST/Trails",
|
||||
Description = [[
|
||||
James Webb Space Telescope Launch Trail relative to Earth IAU.
|
||||
]]
|
||||
@@ -75,7 +75,7 @@ local JWSTTrailCruise = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Cruise Trail",
|
||||
Path = "/Solar System/Missions/JWST/Trails",
|
||||
Path = "/Solar System/Telescopes/JWST/Trails",
|
||||
Description = [[
|
||||
James Webb Space Telescope Cruise Trail relative to Earth.
|
||||
]]
|
||||
@@ -107,7 +107,7 @@ local JWSTTrailOrbit = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Orbit Trail",
|
||||
Path = "/Solar System/Missions/JWST/Trails",
|
||||
Path = "/Solar System/Telescopes/JWST/Trails",
|
||||
Description = [[
|
||||
James Webb Space Telescope Orbit Trail relative to L2.
|
||||
]]
|
||||
@@ -138,7 +138,7 @@ local JWSTTrailCoRevOrbit = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST L2 Co-revolving Orbit Trail",
|
||||
Path = "/Solar System/Missions/JWST/Trails",
|
||||
Path = "/Solar System/Telescopes/JWST/Trails",
|
||||
Description = [[
|
||||
James Webb Space Telescope Orbit Trail that Co-revolves with L2.
|
||||
]]
|
||||
@@ -167,7 +167,7 @@ local JWSTSunTrail = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Sun Trail",
|
||||
Path = "/Solar System/Missions/JWST/Trails",
|
||||
Path = "/Solar System/Telescopes/JWST/Trails",
|
||||
Description = [[
|
||||
James Webb Space Telescope Trail relative to the Sun.
|
||||
]]
|
||||
@@ -48,7 +48,7 @@ local JWSTPosition = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Position",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Hidden = true,
|
||||
Description = [[
|
||||
James Webb Space Telescope Position relative to Earth.
|
||||
@@ -71,7 +71,7 @@ local JWSTRotation = {
|
||||
},
|
||||
GUI = {
|
||||
Name = "JWST Rotation",
|
||||
Path = "/Solar System/Missions/JWST",
|
||||
Path = "/Solar System/Telescopes/JWST",
|
||||
Hidden = true,
|
||||
Description = [[
|
||||
James Webb Space Telescope Rotation so the sunshield always faces the Sun.
|
||||
@@ -5,9 +5,9 @@
|
||||
"scene/milkyway/gaia/apogee",
|
||||
"scene/milkyway/gaia/gaiastars",
|
||||
"scene/milkyway/gaia/galah",
|
||||
"scene/solarsystem/missions/gaia/dashboard",
|
||||
"scene/solarsystem/missions/gaia/gaia",
|
||||
"scene/solarsystem/missions/gaia/trail"
|
||||
"scene/solarsystem/telescopes/gaia/dashboard",
|
||||
"scene/solarsystem/telescopes/gaia/gaia",
|
||||
"scene/solarsystem/telescopes/gaia/trail"
|
||||
],
|
||||
"camera": {
|
||||
"aim": "",
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"scene/solarsystem/planets/earth/satellites/satellites",
|
||||
"scene/solarsystem/planets/earth/satellites/misc/hubble_trail",
|
||||
"scene/solarsystem/planets/earth/lagrange_points/lagrange_points",
|
||||
"scene/solarsystem/missions/jwst/jwst",
|
||||
"scene/solarsystem/missions/jwst/trail",
|
||||
"scene/solarsystem/missions/jwst/targets/targets",
|
||||
"scene/solarsystem/missions/jwst/timelapse",
|
||||
"scene/solarsystem/missions/jwst/toggle_trail",
|
||||
"scene/solarsystem/missions/jwst/point_jwst",
|
||||
"scene/solarsystem/telescopes/jwst/jwst",
|
||||
"scene/solarsystem/telescopes/jwst/trail",
|
||||
"scene/solarsystem/telescopes/jwst/targets/targets",
|
||||
"scene/solarsystem/telescopes/jwst/timelapse",
|
||||
"scene/solarsystem/telescopes/jwst/toggle_trail",
|
||||
"scene/solarsystem/telescopes/jwst/point_jwst",
|
||||
"scene/digitaluniverse/hdf"
|
||||
],
|
||||
"camera": {
|
||||
|
||||
Reference in New Issue
Block a user