Extended EndTime for Voyager 1 & 2 until 2300 so that trails are visible for longer.

This commit is contained in:
Adam Rohdin
2023-02-08 17:14:14 +01:00
parent 2027815157
commit a870d64eb5
2 changed files with 4 additions and 4 deletions

View File

@@ -211,8 +211,8 @@ local VoyagerTrailCruiseSaturnInf = {
EnableFade = false,
Color = { 0.70, 0.50, 0.20 },
StartTime = "1980 NOV 16",
EndTime = "2021 JAN 01",
SampleInterval = 14656 * 2 -- 14656 is the number of days between the Start and End time
EndTime = "2300 JAN 01",
SampleInterval = 116558 * 2 -- 116558 is the number of days between the Start and End time
},
GUI = {
Name = "Voyager 1 Trail Cruise Saturn-Inf",

View File

@@ -307,8 +307,8 @@ local VoyagerTrailCruiseNeptuneInf = {
EnableFade = false,
Color = { 0.70, 0.50, 0.20 },
StartTime = "1989 AUG 26",
EndTime = "2021 JAN 01",
SampleInterval = 11451 * 2 -- 11451 is the number of days between the Start and End time
EndTime = "2300 JAN 01",
SampleInterval = 113353 * 2 -- 113353 is the number of days between the Start and End time
},
GUI = {
Name = "Voyager 2 Trail Cruise Neptune-Inf",