Update jwst horizons data

* NOTE: Will not work without the new Horizons changes
This commit is contained in:
Malin E
2022-04-06 14:42:41 +02:00
parent df46bcfcc1
commit 940a1d5a98
2 changed files with 7 additions and 7 deletions

View File

@@ -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,

View File

@@ -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",
}
}
},