mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Update jwst horizons data
* NOTE: Will not work without the new Horizons changes
This commit is contained in:
@@ -7,7 +7,7 @@ local horizons = asset.syncedResource({
|
||||
Name = "JWST Horizons",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "jwst_horizons",
|
||||
Version = 2
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
@@ -31,7 +31,7 @@ local JWSTTrailLaunch = {
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = "C:/Users/malej60/Documents/Data/jwst_horizons/horizons_jwst_launch.dat",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_launch.hrz",
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
StartTime = "2021 DEC 25 12:50:00",
|
||||
@@ -61,7 +61,7 @@ local JWSTTrailOrbit = {
|
||||
Type = "RenderableTrailOrbit",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = "C:/Users/malej60/Documents/Data/jwst_horizons/horizons_jwst_orbit.dat",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_orbit.hrz",
|
||||
},
|
||||
Color = { 0.9, 0.9, 0.0 },
|
||||
Period = 182.621099, -- About 6 months
|
||||
@@ -88,7 +88,7 @@ local JWSTSunTrail = {
|
||||
Type = "RenderableTrailOrbit",
|
||||
Translation = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = "C:/Users/malej60/Documents/Data/jwst_horizons/horizons_jwst_sun.dat",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_sun.hrz",
|
||||
},
|
||||
Color = { 0.0, 0.9, 0.9 },
|
||||
Period = 365.242,
|
||||
|
||||
@@ -6,7 +6,7 @@ local horizons = asset.syncedResource({
|
||||
Name = "JWST Horizons",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "jwst_horizons",
|
||||
Version = 2
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local JWSTPosition = {
|
||||
@@ -19,11 +19,11 @@ local JWSTPosition = {
|
||||
Keyframes = {
|
||||
["2021 DEC 25 12:50:00"] = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = "C:/Users/malej60/Documents/Data/jwst_horizons/horizons_jwst_launch.dat",
|
||||
HorizonsTextFile = horizons.. "/horizons_jwst_launch.hrz",
|
||||
},
|
||||
["2022 JAN 25 00:00:00"] = {
|
||||
Type = "HorizonsTranslation",
|
||||
HorizonsTextFile = "C:/Users/malej60/Documents/Data/jwst_horizons/horizons_jwst_orbit.dat",
|
||||
HorizonsTextFile = horizons .. "/horizons_jwst_orbit.hrz",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user